AtsushiSakai / PythonRobotics

Python sample codes for robotics algorithms.
https://atsushisakai.github.io/PythonRobotics/
Other
22.65k stars 6.46k forks source link

Any chance to add Dubins Curve to Hybrid A* Path Planning #253

Closed ArchieGu closed 4 years ago

ArchieGu commented 4 years ago

HI, The hybrid_a_star is super efficient, it uses reeds_shepp curves. Is that possible that use dubins curve in this algorithm? I found it a little bit hard for me to implement it.

github-actions[bot] commented 4 years ago

Message that will be displayed on users' This is first issue for you on this project

AtsushiSakai commented 4 years ago

Thank you for your interest. I’m sorry I’m busy now and don’t have time to consult your question. If you need my consultation, please consider being a sponsor. https://github.com/sponsors/AtsushiSakai

Best