Crates.io | moteus |
lib.rs | moteus |
version | 0.3.1 |
source | src |
created_at | 2024-06-20 03:04:28.363446 |
updated_at | 2024-09-06 03:49:02.532446 |
description | Rust library for interfacing with Moteus controllers |
homepage | |
repository | https://github.com/omelia-iliffe/moteus-rs |
max_upload_size | |
id | 1277527 |
size | 120,155 |
This crate provides an easy-to-use protocol for communicating with and controlling the Moteus brushless motor drivers from mjbots.
It currently supports the mjbots FdCanUsb transport using the fdcanusb crate.
This crate is a work in progress but most features are implemented. Feedback is very welcome.
This library was developed based on the existing python and cpp libraries provided by mjbots, found here
The getting_started and reference docs are also very helpful and can be found here