mirror of
https://github.com/Mobile-Robotics-W20-Team-9/UMICH-NCLT-SLAP.git
synced 2025-09-09 04:13:14 +00:00
Update home.md
Added motion planning instructions.
This commit is contained in:
11
docs/home.md
11
docs/home.md
@@ -164,3 +164,14 @@ There are two # TODO comments. In the first one change 2020-04 to <year>-<month>
|
|||||||
|
|
||||||
`python2 ncltpoles.py`
|
`python2 ncltpoles.py`
|
||||||
|
|
||||||
|
### Motion Planning
|
||||||
|
|
||||||
|
1. `cd src/dataset`
|
||||||
|
2. `python download.py --date="2012-01-08" --gt`
|
||||||
|
3. `cd ../planning`
|
||||||
|
4. `python astar_demo.py`
|
||||||
|
4.1. This saves the path as path.npy and generates an image, astar_path.png
|
||||||
|
5. `python twist_demo.py`
|
||||||
|
5.1. Does not produce output
|
||||||
|
6. `interpolation.py`
|
||||||
|
6.1. Produces a plot of smoothed position and velocity.
|
||||||
|
Reference in New Issue
Block a user