initail commit for dubins_path_planning code

This commit is contained in:
AtsushiSakai
2017-04-29 09:17:15 -07:00
parent db8bfc8c78
commit ac4abdc493
2 changed files with 31 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
#! /usr/bin/python
# -*- coding: utf-8 -*-
"""
Dubins path planner sample code
author Atsushi Sakai(@Atsushi_twi)
Liscense MIT
"""
if __name__ == '__main__':
print("Dubins path planner sample start!!")
pass