Skip to content

Commit

Permalink
docs(log-messages): fixing review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Ebrahim <ahmed.ebrahim@leodrive.ai>
  • Loading branch information
Ahmed Ebrahim authored and ahmeddesokyebrahim committed Mar 12, 2024
1 parent 2401676 commit 2dd0982
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/tutorials/ad-hoc-simulation/rosbag-replay-simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@

![after-autoware-launch](images/rosbag-replay/after-autoware-launch.png)

> ⚠️ It might happen that you see in the terminal some error and warning messages before playing the rosbag (next step) unit you play the rosbag and proper initialization occurs
!!! warning

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.

Expand All @@ -71,7 +73,9 @@
ros2 bag play ~/autoware_map/sample-rosbag/sample.db3 -r 0.2 -s sqlite3
```

> ⚠️ As the timestamp in the rosbag is different than the current timestamp in your system , Autoware will output in to the terminal some warning messages due to this timestamp mismatch
!!! warning

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)

Expand Down

0 comments on commit 2dd0982

Please sign in to comment.