mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
initail commit for dubins_path_planning code
This commit is contained in:
15
scripts/PathPlanning/DubinsPath/dubins_path_planning.py
Normal file
15
scripts/PathPlanning/DubinsPath/dubins_path_planning.py
Normal 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
|
||||
Reference in New Issue
Block a user