Customizable path planner
Project description
CorgiPath: Customizable Path Planner
Here is a simple flow chart:
flowchart LR
c("Collision Layer")
s("Search-space Layer")
plan("Planning Module")
post("Postprocessing Module\n(optional)")
v("Matplot Viewer\n(optional)")
c --> plan
s --> plan
plan -.-> post
plan -.-> v
post -.-> v
style c stroke:#f66,stroke-width:2px
style s stroke:#f66,stroke-width:2px
style plan stroke:#f66,stroke-width:2px
style post stroke-width:2px,stroke-dasharray: 5 5
style v stroke-width:2px,stroke-dasharray: 5 5
Installation
Build your own planner
Development in vscode
poetry config virtualenvs.in-project true
poetry config virtualenvs.path "./.venv"
Contribute
Thanks for taking the time to contribute!
- We recommend developing in a virtual environment using Poetry.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for corgipath-0.1.0a1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81ea12fd5bfbe060f991b5e66bb3aebac853a3ddb2f6af8a15b617e77cca6c77 |
|
MD5 | 26fdaa708a5be8109b831c0a1b533249 |
|
BLAKE2b-256 | f927b8ed44d66a756d5b877c8eadf978480a8ed82ccabe95ebfc34ff0e653995 |