We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9103c commit c35afdfCopy full SHA for c35afdf
1 file changed
README.md
@@ -36,7 +36,8 @@ python_motion_planning
36
| ├─graph_search
37
| ├─sample_search
38
| └─hybrid_search
39
-└─curve_generator
+└─traj_optimizer
40
+| └─curve_generator
41
```
42
43
## Install
@@ -50,7 +51,7 @@ conda activate pmp
50
51
To install the repository, please run the following command in shell.
52
53
```shell
-pip install python-motion-planning==2.0.dev2
54
+pip install python-motion-planning
55
56
57
## Run
0 commit comments