We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe5b80 commit 5b9d9f9Copy full SHA for 5b9d9f9
modules/libmicroros/libmicroros.mk
@@ -92,6 +92,7 @@ $(COMPONENT_PATH)/micro_ros_src/src:
92
git clone -b master https://github.com/ros2/rcl_logging src/rcl_logging; \
93
git clone -b master https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing src/ros2_tracing; \
94
git clone -b main https://github.com/micro-ROS/micro_ros_utilities src/micro_ros_utilities; \
95
+ git clone -b rolling https://github.com/ros2/rosidl_core src/rosidl_core; \
96
touch src/rosidl/rosidl_typesupport_introspection_cpp/COLCON_IGNORE; \
97
touch src/rclc/rclc_examples/COLCON_IGNORE; \
98
touch src/common_interfaces/actionlib_msgs/COLCON_IGNORE; \
0 commit comments