Skip to content

Customizable path planner (formerly known as FlexiPath)

License

Notifications You must be signed in to change notification settings

ryul1206/corgipath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CorgiPath: Customizable Path Planner

Python version License

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
Loading

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!

About

Customizable path planner (formerly known as FlexiPath)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages