Skip to content

Commit

Permalink
docs: update install step of autoware_msg_bag_converter
Browse files Browse the repository at this point in the history
  • Loading branch information
hayato-m126 committed Jun 13, 2024
1 parent 2c13f20 commit 33ae64d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
6 changes: 2 additions & 4 deletions autoware_msg_bag_converter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ Example command is below.
mkdir -p $HOME/ros_ws/tools/src
cd $HOME/ros_ws/tools/src
git clone https://github.com/autowarefoundation/autoware_tools.git
cd autoware_tools
vcs import . < build_dependency.repos
cd autoware_msg_bag_converter
cd autoware_tools/autoware_msg_bag_converter
vcs import .. < dependency.repos
cd $HOME/ros_ws/tools
colcon build --symlink-install --cmake-args -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Release
colcon build --symlink-install --cmake-args -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Release --packages-up-to autoware_msg_bag_converter
```

## usage
Expand Down
9 changes: 9 additions & 0 deletions autoware_msg_bag_converter/dependency.repos
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
repositories:
# core
core/autoware_msgs:
type: git
url: https://github.com/autowarefoundation/autoware_msgs.git
version: main
core/autoware_common:
type: git
url: https://github.com/autowarefoundation/autoware_common.git
version: main
core/external/autoware_auto_msgs: # TODO(mfc): Remove when autoware_msgs is merged
type: git
url: https://github.com/tier4/autoware_auto_msgs.git
Expand Down

0 comments on commit 33ae64d

Please sign in to comment.