Myro simulator turnBy turns wrong direction

Issue #155 resolved
Doug Blank created an issue

There seems to be an issue with the turnBy() function and the simulator. For example, doing turnBy(90) will turn the simulator to the right, while on an actual robot it will turn it to the left. A lot of students used this function to make their robot turn left or right for the remoteControl() function. Just wanted to give you guys a heads-up so that you aren't surprised when you run their code and the robot turns left when you tell it to turn right.

(reported by Omar via email from Jay)

Comments (2)

  1. Doug Blank reporter

    Looked like turnTo(deg_or_rad) may also have been backwards, so I flipped it. Need to check with real robot to see what it does. At least the simulator is consistent.

  2. Log in to comment