Crates.io | odrive-rs |
lib.rs | odrive-rs |
version | 2.0.0-alpha.1 |
source | src |
created_at | 2019-11-04 20:08:54.022337 |
updated_at | 2020-01-16 00:16:16.231889 |
description | A library for controlling the ODrive motor controllers. |
homepage | |
repository | https://github.com/Noah-Kennedy/odrive-rs/ |
max_upload_size | |
id | 178090 |
size | 26,262 |
A community library for control of ODrive motor controllers. This library was based heavily on the ODrive python and Arduino libraries.
The examples directory has several examples. To run one, run
cargo run --example {Example} -- /dev/ttyACM0
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.