This commit is contained in:
Max 2020-11-03 13:59:06 +00:00
parent bcc2fb8c9e
commit a35c0ceb22

View File

@ -115,3 +115,7 @@ class Motors:
'''
axis.controller.move_to_pos(position)
# PID control: https://docs.odriverobotics.com/control.html
if __name__ == "__main__":
motors = Motors(odrive_params)