Skip to content

Commit 523976a

Browse files
YOUR_GITHUB_USERNAME_OR_FULL_NAMEPvRao-29
authored andcommitted
docs: add test_interface_files to manual workspace setup
Manual README clone steps omitted test_interface_files, causing test_msgs (from common_interfaces) to fail at colcon build. The .repos workflow already included this dependency. Fixes #616
1 parent 2c6b926 commit 523976a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ mkdir -p workspace/src && cd workspace
106106
git clone -b kilted https://github.com/ros2/common_interfaces.git src/common_interfaces
107107
git clone -b kilted https://github.com/ros2/example_interfaces.git src/example_interfaces
108108
git clone -b kilted https://github.com/ros2/rcl_interfaces.git src/rcl_interfaces
109+
git clone -b kilted https://github.com/ros2/test_interface_files.git src/test_interface_files
109110
git clone -b kilted https://github.com/ros2/rosidl_core.git src/rosidl_core
110111
git clone -b kilted https://github.com/ros2/rosidl_defaults.git src/rosidl_defaults
111112
git clone -b kilted https://github.com/ros2/unique_identifier_msgs.git src/unique_identifier_msgs
@@ -135,6 +136,7 @@ mkdir -p workspace/src && cd workspace
135136
git clone -b jazzy https://github.com/ros2/common_interfaces.git src/common_interfaces
136137
git clone -b jazzy https://github.com/ros2/example_interfaces.git src/example_interfaces
137138
git clone -b jazzy https://github.com/ros2/rcl_interfaces.git src/rcl_interfaces
139+
git clone -b jazzy https://github.com/ros2/test_interface_files.git src/test_interface_files
138140
git clone -b jazzy https://github.com/ros2/rosidl_core.git src/rosidl_core
139141
git clone -b jazzy https://github.com/ros2/rosidl_defaults.git src/rosidl_defaults
140142
git clone -b jazzy https://github.com/ros2/unique_identifier_msgs.git src/unique_identifier_msgs
@@ -159,6 +161,7 @@ mkdir -p workspace/src && cd workspace
159161
git clone -b humble https://github.com/ros2/common_interfaces.git src/common_interfaces
160162
git clone -b humble https://github.com/ros2/example_interfaces.git src/example_interfaces
161163
git clone -b humble https://github.com/ros2/rcl_interfaces.git src/rcl_interfaces
164+
git clone -b humble https://github.com/ros2/test_interface_files.git src/test_interface_files
162165
git clone -b humble https://github.com/ros2/rosidl_core.git src/rosidl_core
163166
git clone -b humble https://github.com/ros2/rosidl_defaults.git src/rosidl_defaults
164167
git clone -b humble https://github.com/ros2/unique_identifier_msgs.git src/unique_identifier_msgs

0 commit comments

Comments
 (0)