Colab quickstart
Build the Python package and run MPPI plus registration demos from a notebook.
GPU robotics toolkit
Install the v0.1.0 release, run GPU MPPI from Python, load the CUDA MPPI controller in Nav2, and reproduce the checked-in benchmark reports without hunting through the repository tree.
Choose the entry point that matches how you want to try the project.
Build the Python package and run MPPI plus registration demos from a notebook.
Download the source distribution or Linux x86_64 wheels from GitHub Releases.
Run the Nav2 CUDA MPPI plugin smoke and benchmark path from GHCR.
`MppiPlanner`, CUDA DLPack costmaps, FilterReg, robust registration, Sinkhorn, FGR, and BCPD examples.
Plugin setup, parameter validation, motion models, smoke tests, and the controller architecture boundary.
Fixed-seed MPPI suites, Nav2 CPU-vs-GPU comparisons, and registration external baselines.
MPPI reproduction zoo, planning demos, perception demos, and reproducibility notes.
v0.1.0 turns the repository from a demo gallery into a usable GPU robotics toolkit.
| Area | What is included | Where to go |
|---|---|---|
| Python | GPU MPPI planner and point-cloud registration bindings. | Python API |
| Nav2 | CUDA MPPI controller plugin with DiffDrive, Ackermann, and Omni support. | Nav2 guide |
| Distribution | GitHub release assets, Colab quickstart, and GHCR demo image. | Install guide |
| Evidence | Checked-in benchmark reports with reproducible scripts and visible caveats. | Results index |