Skip to content

Commit

Permalink
Update README.md and fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshihiro Kogure <yoshihiro.kogure@proxima-ai-tech.com>
  • Loading branch information
YoshihiroKogure committed Nov 26, 2024
1 parent ef6afa9 commit 3537a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions control_data_collecting_tool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ This package provides tools for automatically collecting data using pure pursuit
4. Launch control_data_collecting_tool.

```bash
ros2 launch control_data_collecting_tool control_data_collecting_tool.launch.py map_path:=:=$HOME/autoware_map/sample-map-planning
ros2 launch control_data_collecting_tool control_data_collecting_tool.launch.py map_path:=$HOME/autoware_map/sample-map-planning
```

- Please specify the same map for `map_path` as the one provided when launching Autoware.
- If you use the `along_road` course, please specify the same map for `map_path` as the one used when launching Autoware. `map_path` is not necessary when using courses other than `along_road`.

- Control data collecting tool automatically records topics included in `config/topics.yaml` when the above command is executed.
Topics will be saved in rosbag2 format in the current directory.
Expand Down

0 comments on commit 3537a91

Please sign in to comment.