Skip to content

Commit

Permalink
add support odrive firmware version
Browse files Browse the repository at this point in the history
Signed-off-by: yushi-minemura <[email protected]>
  • Loading branch information
yushi-minemura committed Jan 10, 2025
1 parent 0925cbe commit f37a5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motor_controller/odriver/script/odriver_s1_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

PRINTDEBUG = False

ODRIVE_VERSIONS = [[0, 6, 5], [0, 6, 6], [0, 6, 8], [0, 6, 9]]
ODRIVE_VERSIONS = [[0, 6, 5], [0, 6, 6], [0, 6, 8], [0, 6, 9], [0, 6, 10]]

'''Parameter'''
freq = 40 # Hz
Expand Down

0 comments on commit f37a5f3

Please sign in to comment.