Update home.md

This commit is contained in:
ddbrisbin
2020-04-30 22:19:42 -04:00
committed by GitHub
parent 983dc7fdd3
commit d4d999c78a

View File

@@ -167,11 +167,19 @@ There are two # TODO comments. In the first one change 2020-04 to <year>-<month>
### 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.