Skip to content

Commit

Permalink
Merge branch 'MentorSandbox'
Browse files Browse the repository at this point in the history
  • Loading branch information
rgatkinson committed Nov 29, 2015
2 parents 3bcb7fd + 5060c47 commit 7058c46
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 7058c46

Please sign in to comment.