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
differential_drive: fix wheel diameter and track bug
wheel_diam and wheel_track default to 0.0, used as a sentinel meaning "pick
the board's built-in dimensions." Assign the provided value when it is non-zero.
The encoder-based heading calculation in the straight-line and turn routines
divided by self.track_width. Use self.wheel_track, the actual track-width
attribute set in the constructor.
0 commit comments