Skip to content

Commit 163cc5e

Browse files
authored
Update dubins_path.rst (AtsushiSakai#663)
* Update dubins_path.rst * Update dubins_path.rst
1 parent 28d9573 commit 163cc5e

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

docs/modules/path_planning/dubins_path/dubins_path.rst

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff 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>`__

0 commit comments

Comments
 (0)