Demo code for path planning algorithms written in Rust/Python (for study purposes).
Rerun is used for the visualization.
To run A* and Hybrid A* (Rerun Viewer will spawn automatically)
cargo run -ruv syncTo run A* (Rerun Viewer will spawn automatically)
uv run astar.pyTo run Hybrid A* (Rerun Viewer will spawn automatically)
uv run hybrid_astar.pyhttps://github.com/zhm-real/MotionPlanning
https://github.com/zhm-real/CurvesGenerator

