File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
docs/modules/path_planning/dubins_path Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,18 @@ A sample code for Dubins path planning.
55
66.. image :: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathPlanning/DubinsPath/animation.gif?raw=True
77
8- Ref:
8+ Dubins path
9+ ~~~~~~~~~~~~
10+ Dubims path is a analyrical path planning algorithm for a simple car model.
911
10- - `Dubins path -
11- Wikipedia <https://en.wikipedia.org/wiki/Dubins_path> `__
12+ It can generates a shortest path between 2D poses (x, y, yaw) with maximum curvture comstraint and tangent(yaw angle) constraint.
13+
14+
15+
16+
17+
18+ Reference
19+ ~~~~~~~~~~~~~~~~~~~~
20+
21+ - `Dubins path - Wikipedia <https://en.wikipedia.org/wiki/Dubins_path >`__
22+ - `15.3.1 Dubins Curves <http://planning.cs.uiuc.edu/node821.html >`__
You can’t perform that action at this time.
0 commit comments