Skip to content

Commit 9d3ae15

Browse files
committed
traj_optimizer/curve_generator
1 parent 0c84802 commit 9d3ae15

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ logs/
4343
# temporary files
4444
tmp/
4545
tmp*
46-
stats.txt
46+
stats.txt
47+
48+
.claude

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,17 +118,14 @@ In the following demos, the blue robot 1 is the `CircularRobot`, and the orange
118118

119119
## Curve Generator
120120

121-
The visualization of the curve generators has not been implemented in current version. They can be visualized in [V1.1.1](https://github.com/ai-winter/python_motion_planning/tree/v1.1.1).
122-
123121
|Generator|2D|3D|
124122
| ------- | -------------------------------------------------------- | --------------------------------------------------------
125-
| **Polynomia** | ![polynomial_curve_python.gif](assets/polynomial_curve_python.gif)|Not implemented
126-
| **Bezier** |![bezier_curve_python.png](assets/bezier_curve_python.png)|Not implemented
127-
| **Cubic Spline** |![cubic_spline_python.png](assets/cubic_spline_python.png)|Not implemented
128-
| **BSpline** |![bspline_curve_python.png](assets/bspline_curve_python.png)|Not implemented
129-
| **Dubins** |![dubins_curve_python.png](assets/dubins_curve_python.png)|Not implemented
130-
| **Reeds-Shepp** |![reeds_shepp_python.png](assets/reeds_shepp_python.gif)|Not implemented
131-
| **Fem-Pos Smoother** |![fem_pos_smoother_python.png](assets/fem_pos_smoother_python.png)|Not implemented
123+
| **Polynomia** | ![polynomial_2d.svg](assets/polynomial_2d.svg)|Not implemented
124+
| **Bezier** |![bezier_2d.svg](assets/bezier_2d.svg)|Not implemented
125+
| **Cubic Spline** |![cubic_spline_2d.svg](assets/cubic_spline_2d.svg)|Not implemented
126+
| **BSpline** |![bspline_2d.svg](assets/bspline_2d.svg)|Not implemented
127+
| **Dubins** |![dubins_2d.svg](assets/dubins_2d.svg)|Not implemented
128+
| **Reeds-Shepp** |![reeds_shepp_2d.svg](assets/reeds_shepp_2d.svg)|Not implemented
132129

133130
# Future Works
134131

0 commit comments

Comments
 (0)