rbot

Rust FRC Library Monorepo

BSD-3-CLAUSE License

Downloads
5.3K
Stars
4
Committers
2

rbot (A Rust FRC Library)

This Monorepo is currently split into 3 parts: rbothal, rbotlib, and cargo-rbot.

rbot is a monorepository for highly experimental rust code to run on a roborio for FRC Competitions!


rbothal

The Hardware Abstraction Layer bindings for rbotlib. DO NOT USE THIS DIRECTLY, instead use rbotlib.

rbotlib

The actual rust library for programming FRC robots in rust. Currently in a highly experimental state, use at your own risk.

cargo-rbot

Install with cargo install cargo-rbot. Used to create and deploy rbot projects.

Examples

Located in rbot-examples.


Credits

Lots of credit goes to first-rust-competition as that inspired me to create this in the first place. More credit goes to rust-wpilib as that helped me out a lot on creating the wpilib port.