You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If both the wheels are driven in the same direction and speed, the robot will go in a straight line. If both wheels are turned with equal speed in opposite directions, as is clear from the diagram shown, the robot will rotate about the central point of the axis
You are currently only turning on one side of the wheels to turn instead of reversing the other side.
The text was updated successfully, but these errors were encountered:
@cammace Thanks. We actually had that behavior in the past but #16 changed it to correct a few issues of the implementation at the time.
What I'd like to see is an abstract WheelsBehavior interface (or similar name) that developers could easily override, while providing 2-3 default implementations, including the one you link to.
@zugaldia@cammace in #16 I only changed it such that if you press UP+LEFT or UP+RIGHT simultaneously, it will rotate that side at a lower speed than the other side to get the wide turn effect. But if you only press LEFT or RIGHT, without the UP arrow, it still works as before by reversing the other side. So basically it is still working as described in that wikipedia link @cammace mentioned.
As mentioned on Wikipedia,
You are currently only turning on one side of the wheels to turn instead of reversing the other side.
The text was updated successfully, but these errors were encountered: