Skip to content

Commit c35afdf

Browse files
committed
v2.0
1 parent 7e9103c commit c35afdf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ python_motion_planning
3636
| ├─graph_search
3737
| ├─sample_search
3838
| └─hybrid_search
39-
└─curve_generator
39+
└─traj_optimizer
40+
| └─curve_generator
4041
```
4142

4243
## Install
@@ -50,7 +51,7 @@ conda activate pmp
5051
To install the repository, please run the following command in shell.
5152

5253
```shell
53-
pip install python-motion-planning==2.0.dev2
54+
pip install python-motion-planning
5455
```
5556

5657
## Run

0 commit comments

Comments
 (0)