Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchi1989 authored Jul 17, 2018
1 parent df0c4c3 commit 1a95f78
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,18 @@ Read through and run [./install.sh](./install.sh)
* [CH2_001 labels](https://github.com/udacity/self-driving-car/blob/master/challenges/challenge-2/CH2_final_evaluation.csv)

### Generate hmb3 dataset from HMB_3.bag

```
mkdir hmb3
python generate_hmb3.py --bagfile HMB_3.bag
```
The following commands are to install python-rosbag api.
```
sudo apt-get install python-rosbag
sudo apt-get install python-genmsg
sudo apt-get install python-genpy
sudo apt-get install python-rosgraph-msgs
```
## Reproducing experiments

### Dataset directory structure:
Expand Down

0 comments on commit 1a95f78

Please sign in to comment.