A work in progress collection of robotics algorithms written in Rust.
no_stdsupport using libm for float arithmatic (through nalgebra)
Add robot_algorithms = { git = "https://github.com/nonl4331/robot-algorithms" } to your Cargo.toml, build with default features disabled and the no_std feature for no_std support.