Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Ensure ODrive is connected to a laptop and wired correctly

  2. Add 5 V fuse to positive terminal of power supply

  3. Open the odrivetool in an anaconda terminal

  4. Start with a calibration for axis0 and axis1:

Code Block
odrv0.axis0.requested_state = AXIS_STATE_FULL_CALIBRATION_SEQUENCE
  1. Switch to closed loop control for axis0 and axis1:

...