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
Provisional joystick mixing code is now in the joystick branch. Left Y axis throttle, right X axis steering, configurable expo and scaling in the code. It might steer the wrong way...
I Think you meant the opposite here. Currently it will be using tank driving when not in tank mode.
if self.core_module:
if self.tank:
self.core_module.throttle(c_l_motor, c_r_motor)
else:
self.core_module.throttle(l_throttle, r_throttle)
Currently using tank driving mode where left and right sticks are used only for left and right throttles. Need to implement single stick driving mode.
The text was updated successfully, but these errors were encountered: