We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e82d0 commit 13baf98Copy full SHA for 13baf98
main.py
@@ -113,6 +113,8 @@ def send_state(odrive, state):
113
front_odrive.axis1.watchdog_feed()
114
middle_odrive.axis0.watchdog_feed()
115
middle_odrive.axis1.watchdog_feed()
116
+ back_odrive.axis0.watchdog_feed()
117
+ back_odrive.axis1.watchdog_feed()
118
119
# back odrive is reversed left to right
120
back_odrive.axis0.controller.vel_setpoint = -msg['f'] - msg['t']
0 commit comments