mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-12 23:58:04 -05:00
start to implement DWA code
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
"""
|
||||
|
||||
author: Atsushi Sakai
|
||||
"""
|
||||
|
||||
|
||||
def main():
|
||||
print(__file__ + " start!!")
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user