#motor #odrive #brushless

odrive-rs

A library for controlling the ODrive motor controllers

5 releases (2 stable)

2.0.0-alpha.1 Jan 16, 2020
1.1.0 Nov 24, 2019
1.0.0 Nov 5, 2019
0.1.1 Nov 4, 2019
0.1.0 Nov 4, 2019

#26 in #motor

MIT/Apache

14KB
233 lines

odrive-rs

Build Status codecov Documentation crates.io

A community library for control of ODrive motor controllers. This library was based heavily on the ODrive python and Arduino libraries.

Roadmap

  • ASCII protocol commands
  • ODrive property editing
  • Documentation
    • ASCII Protocol commands
    • Configuration parameter documentation
  • Read ODrive errors

Examples

The examples directory has several examples. To run one, run

cargo run --example {Example} -- /dev/ttyACM0

Contributing

If you have any features you would like added, or any bugs you wish to report, please submit and issue on the GitHub repo.

If you would like to work on implementing a new feature or fixing a bug, feel free to make a pull request.

Dependencies

~1.6–2.4MB
~46K SLoC