Skip to content

Commit 5b03bc2

Browse files
committed
add hybrid a star planning sample
1 parent f3295fc commit 5b03bc2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
"""
2+
3+
Hybrid A* path planning
4+
5+
author: Atsushi Sakai (@Atsushi_twi)
6+
7+
"""
8+
9+
10+
def main():
11+
print(__file__ + " start!!")
12+
13+
14+
if __name__ == '__main__':
15+
main()

0 commit comments

Comments
 (0)