File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 55
66Python codes for robotics algorithm.
77
8+
89# Table of Contents
910 * [ What is this?] ( #what-is-this )
1011 * [ Requirements] ( #requirements )
@@ -52,6 +53,7 @@ Python codes for robotics algorithm.
5253 * [ LQR-RRT* ] ( #lqr-rrt )
5354 * [ Cubic spline planning] ( #cubic-spline-planning )
5455 * [ B-Spline planning] ( #b-spline-planning )
56+ * [ Eta^3 Spline path planning] ( #eta3-spline-path-planning )
5557 * [ Bezier path planning] ( #bezier-path-planning )
5658 * [ Quintic polynomials planning] ( #quintic-polynomials-planning )
5759 * [ Dubins path planning] ( #dubins-path-planning )
552554
553555![ eta3] ( https://github.com/AtsushiSakai/PythonRobotics/raw/master/PathPlanning/Eta3SplinePath/animation.gif?raw=True )
554556
557+ This is a path planning with Eta^3 spline.
558+
555559Ref:
556560
557561- [ \eta^3-Splines for the Smooth Path Generation of Wheeled Mobile Robots] ( https://ieeexplore.ieee.org/document/4339545/ )
@@ -755,3 +759,4 @@ PayPal donation is also welcome.
755759- [ Alexis Paques] ( https://github.com/AlexisTM )
756760
757761
762+
You can’t perform that action at this time.
0 commit comments