Skip to content

Commit

Permalink
Added options in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro committed Feb 27, 2025
1 parent 2c17a39 commit 27a5b9e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ $HOME/driving_log_replayer_v2/out/latest/result_bag
## plot_diagnostics.py

```bash
ros2 run autoware_localization_evaluation_scripts plot_diagnostics.py <rosbag_path>
ros2 run autoware_localization_evaluation_scripts plot_diagnostics.py \
<rosbag_path> \
--save_dir=/your/path (default:rosbag_path/../) \
--storage=mcap (default:sqlite3)
```

[Example]
Expand Down

0 comments on commit 27a5b9e

Please sign in to comment.