Skip to content

Commit

Permalink
Merge pull request #43 from CMU-cabot/yushim/add_odriver_support_fw_v…
Browse files Browse the repository at this point in the history
…ersion

add support odrive firmware version
  • Loading branch information
daisukes authored Jan 30, 2025
2 parents b0b9c38 + f37a5f3 commit 0582d68
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 0582d68

Please sign in to comment.