Skip to content

Commit

Permalink
[DOCS] update RUN.md to recommend downloading one .bag file when runn…
Browse files Browse the repository at this point in the history
…ing TrackDLO with recorded data
  • Loading branch information
hollydinkel committed Nov 19, 2023
1 parent 252deaf commit 665b3ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/RUN.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ roslaunch trackdlo trackdlo.launch
```

## Run TrackDLO with Recorded ROS Bag Data:
1. Download the experiment data from [here](https://drive.google.com/file/d/1C7uM515fHXnbsEyx5X38xZUXzBI99mxg/view?usp=drive_link). After unzipping, place the `.bag` files in your ROS workspace. Note: the files are quite large! After unzipping, the bag files will require 120 GB of space in total.
1. Download one of the provided rosbag experiment `.bag` files [here](https://drive.google.com/drive/folders/1YjX-xfbNfm_G9FYbdw1voYxmd9VA-Aho?usp=sharing). Note: the file sizes are large--each will require 5-10GB of storage!
2. Open a new terminal and run
```bash
roslaunch trackdlo visualize_output.launch bag:=True
Expand All @@ -103,7 +103,7 @@ roslaunch trackdlo trackdlo.launch
```
4. Open a third ternimal and run the below command to replay the `.bag` file and publish its topics:
```bash
rosbag play --clock <name_of_the_bag_file>.bag
rosbag play --clock /path/to/filename.bag
```
Occlusion can also be injected using our provided `simulate_occlusion_eval.py` script. Run the below command and draw bounding rectangles for the occlusion mask in the graphical user interface that appears:
```bash
Expand Down

0 comments on commit 665b3ec

Please sign in to comment.