Crates.io | robotics |
lib.rs | robotics |
version | 0.1.5 |
source | src |
created_at | 2023-02-01 09:17:50.249106 |
updated_at | 2023-04-09 07:24:39.641533 |
description | Rust implementation of robotics algorithms |
homepage | |
repository | https://github.com/jgsimard/RustRobotics |
max_upload_size | |
id | 773451 |
size | 175,688 |
This package is a rust implementation of robotics algorithms. So far, the main source is the book Probabilistic Robotics. I plan to have algorithms implementations in the src
folder and the algorithms use cases in the examples
folder. I plan to have python bindings using pyo3/maturin. I am also implementing the algorithms in python using JAX in this repo.
cargo run --example ekf
cargo run --example ukf
cargo run --example ekf_lm
cargo run --example pf_lm
This algorithm uses the sparse solver in Russel so follow the installation instructions. Algorithm, Example, Source
cargo run --example pose_graph_optimization
Probabilistic Robotics PythonRobotics Underactuated Robotics Probabilistic-Robotics-Algorithms A tutorial on Graph-Based SLAM