mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
add hybrid a star planning sample
This commit is contained in:
15
PathPlanning/HybridAStar/hybrid_a_star.py
Normal file
15
PathPlanning/HybridAStar/hybrid_a_star.py
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
"""
|
||||||
|
|
||||||
|
Hybrid A* path planning
|
||||||
|
|
||||||
|
author: Atsushi Sakai (@Atsushi_twi)
|
||||||
|
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
def main():
|
||||||
|
print(__file__ + " start!!")
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
main()
|
||||||
Reference in New Issue
Block a user