Update
This commit is contained in:
parent
bcc2fb8c9e
commit
a35c0ceb22
@ -115,3 +115,7 @@ class Motors:
|
|||||||
'''
|
'''
|
||||||
axis.controller.move_to_pos(position)
|
axis.controller.move_to_pos(position)
|
||||||
# PID control: https://docs.odriverobotics.com/control.html
|
# PID control: https://docs.odriverobotics.com/control.html
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
motors = Motors(odrive_params)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user