/rumple

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

Primary LanguageRustGNU Affero General Public License v3.0AGPL-3.0

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.