Skip to content

Commit

Permalink
fix(rosbag-replay-simulation): add storage option for rosbag play (#207)
Browse files Browse the repository at this point in the history
docs: add storage option for rosbag play
  • Loading branch information
wep21 authored Oct 6, 2022
1 parent 2a2cd09 commit 1c43285
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

```sh
source ~/autoware/install/setup.bash
ros2 bag play ~/autoware_map/sample-rosbag/sample.db3 -r 0.2
ros2 bag play ~/autoware_map/sample-rosbag/sample.db3 -r 0.2 -s sqlite3
```

![after-rosbag-play](images/rosbag-replay/after-rosbag-play.png)
Expand Down

0 comments on commit 1c43285

Please sign in to comment.