Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jafarabdi/ompl-rs
https://github.com/jafarabdi/ompl-rs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jafarabdi/ompl-rs
- Owner: JafarAbdi
- Created: 2024-03-01T22:48:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T19:40:16.000Z (10 months ago)
- Last Synced: 2024-04-20T00:53:39.023Z (9 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ompl-rs
ompl rust binding
## Setup
Make sure you have [pixi](https://github.com/prefix-dev/pixi/) installed
``` bash
pixi run setup-ompl
```## Build
``` bash
pixi run cargo build
```