@@ -106,6 +106,7 @@ mkdir -p workspace/src && cd workspace
106106git clone -b kilted https://github.com/ros2/common_interfaces.git src/common_interfaces
107107git clone -b kilted https://github.com/ros2/example_interfaces.git src/example_interfaces
108108git 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
109110git clone -b kilted https://github.com/ros2/rosidl_core.git src/rosidl_core
110111git clone -b kilted https://github.com/ros2/rosidl_defaults.git src/rosidl_defaults
111112git 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
135136git clone -b jazzy https://github.com/ros2/common_interfaces.git src/common_interfaces
136137git clone -b jazzy https://github.com/ros2/example_interfaces.git src/example_interfaces
137138git 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
138140git clone -b jazzy https://github.com/ros2/rosidl_core.git src/rosidl_core
139141git clone -b jazzy https://github.com/ros2/rosidl_defaults.git src/rosidl_defaults
140142git 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
159161git clone -b humble https://github.com/ros2/common_interfaces.git src/common_interfaces
160162git clone -b humble https://github.com/ros2/example_interfaces.git src/example_interfaces
161163git 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
162165git clone -b humble https://github.com/ros2/rosidl_core.git src/rosidl_core
163166git clone -b humble https://github.com/ros2/rosidl_defaults.git src/rosidl_defaults
164167git clone -b humble https://github.com/ros2/unique_identifier_msgs.git src/unique_identifier_msgs
0 commit comments