Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Merge branch 'MentorSandbox'
Browse files Browse the repository at this point in the history
Former-commit-id: 13e10d851194d17067d830d6eba38a06e011e312
Former-commit-id: fc87304
  • Loading branch information
rgatkinson committed Nov 29, 2015
2 parents fabfe61 + 587586a commit 24fcdeb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ private void deusurpDevices()
// to the USB device actually happen when we issue them.
if (mode == RunMode.RESET_ENCODERS)
{
// Unclear if this is needed
while (this.getMotorTargetPosition(motor) != 0)
// Unclear if this is needed, but anecdotes from (e.g.) Dryw seem to indicate that it is
while (this.getMotorCurrentPosition(motor) != 0)
{
waitForNextReadComplete();
}
Expand Down

0 comments on commit 24fcdeb

Please sign in to comment.