Skip to content

A generic motion planning framework in Rust. Simply a side project for now.

License

Notifications You must be signed in to change notification settings

claytonwramsey/rumple

Repository files navigation

rumple: A Rust Motion Planning Library

This is a side-project implementation of a generic robot motion planning framework, mostly inspired by OMPL. The goal of this project is to see if we can achieve the same flexibility as OMPL, but with fewer footguns and with more provable correctness. In addition, I want to make all the abstractions in this library zero-cost: it should be as performant as possible.

For now, it is highly non-working. I really only play with this on weekends, so don't expect much progress on it.

License

This project is licensed to you under the GNU Affero General Public License, version 3. For details, refer to LICENSE.md.

About

A generic motion planning framework in Rust. Simply a side project for now.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages