#controllers #motor #protocols #implemented #interfacing

moteus

Rust library for interfacing with Moteus controllers

1 unstable release

0.1.0 Jun 20, 2024

#2 in #controllers

Download history 167/week @ 2024-06-17

167 downloads per month

Apache-2.0

88KB
2K SLoC

moteus-rs

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.

Resources

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


lib.rs:

A rust implementation of the Moteus Protocol. Used to communicate with Moteus controllers (moteus-r4, moteus-n1) over CAN-FD.

Dependencies

~2.6–3.5MB
~61K SLoC