diff --git a/docs/tutorials/ad-hoc-simulation/rosbag-replay-simulation.md b/docs/tutorials/ad-hoc-simulation/rosbag-replay-simulation.md index ec9cc6a8ab..558a76f773 100644 --- a/docs/tutorials/ad-hoc-simulation/rosbag-replay-simulation.md +++ b/docs/tutorials/ad-hoc-simulation/rosbag-replay-simulation.md @@ -51,37 +51,37 @@ If you prefer a graphical user interface (GUI) over the command line for launching and managing your simulations, refer to the `Using Autoware Launch GUI` section at the end of this document for a step-by-step guide. -1. Launch Autoware. +1. Launch Autoware. - ```sh - source ~/autoware/install/setup.bash - ros2 launch autoware_launch logging_simulator.launch.xml map_path:=$HOME/autoware_map/sample-map-rosbag vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit - ``` + ```sh + source ~/autoware/install/setup.bash + ros2 launch autoware_launch logging_simulator.launch.xml map_path:=$HOME/autoware_map/sample-map-rosbag vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit + ``` - Note that you cannot use `~` instead of `$HOME` here. + Note that you cannot use `~` instead of `$HOME` here. - ![after-autoware-launch](images/rosbag-replay/after-autoware-launch.png) + ![after-autoware-launch](images/rosbag-replay/after-autoware-launch.png) - > ⚠️ You might encounter error and warning messages in the terminal before playing the `rosbag`. This is normal behavior. These should cease once the `rosbag` is played and proper initialization takes place + > ⚠️ You might encounter error and warning messages in the terminal before playing the `rosbag`. This is normal behavior. These should cease once the `rosbag` is played and proper initialization takes place -2. Play the sample rosbag file. +2. Play the sample rosbag file. - ```sh - source ~/autoware/install/setup.bash - ros2 bag play ~/autoware_map/sample-rosbag/ -r 0.2 -s sqlite3 - ``` + ```sh + source ~/autoware/install/setup.bash + ros2 bag play ~/autoware_map/sample-rosbag/ -r 0.2 -s sqlite3 + ``` - > ⚠️ Due to the discrepancy between the timestamp in the `rosbag` and the current system timestamp, Autoware may generate warning messages in the terminal alerting to this mismatch. This is normal behavior. + > ⚠️ Due to the discrepancy between the timestamp in the `rosbag` and the current system timestamp, Autoware may generate warning messages in the terminal alerting to this mismatch. This is normal behavior. - ![after-rosbag-play](images/rosbag-replay/after-rosbag-play.png) + ![after-rosbag-play](images/rosbag-replay/after-rosbag-play.png) -3. To focus the view on the ego vehicle, change the `Target Frame` in the RViz Views panel from `viewer` to `base_link`. +3. To focus the view on the ego vehicle, change the `Target Frame` in the RViz Views panel from `viewer` to `base_link`. - ![change-target-frame](images/rosbag-replay/change-target-frame.png) + ![change-target-frame](images/rosbag-replay/change-target-frame.png) -4. To switch the view to `Third Person Follower` etc, change the `Type` in the RViz Views panel. +4. To switch the view to `Third Person Follower` etc, change the `Type` in the RViz Views panel. - ![third-person-follower](images/rosbag-replay/third-person-follower.png) + ![third-person-follower](images/rosbag-replay/third-person-follower.png) [Reference video tutorials](https://drive.google.com/file/d/12D6aSC1Y3Kf7STtEPWG5RYynxKdVcPrc/view?usp=sharing)