We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ee104 commit f426aa2Copy full SHA for f426aa2
1 file changed
libmicroros.mk
@@ -68,6 +68,7 @@ $(EXTENSIONS_DIR)/micro_ros_src/src:
68
git clone -b humble https://github.com/ros2/rosidl_defaults src/rosidl_defaults; \
69
git clone -b humble https://github.com/ros2/unique_identifier_msgs src/unique_identifier_msgs; \
70
git clone -b humble https://github.com/ros2/common_interfaces src/common_interfaces; \
71
+ git clone -b galactic https://github.com/ros2/example_interfaces src/example_interfaces; \
72
git clone -b humble https://github.com/ros2/test_interface_files src/test_interface_files; \
73
git clone -b humble https://github.com/ros2/rmw_implementation src/rmw_implementation; \
74
git clone -b humble https://github.com/ros2/rcl_logging src/rcl_logging; \
0 commit comments