Skip to content

Commit 5b9d9f9

Browse files
authored
Add rosidl_core (#75)
Signed-off-by: Pablo Garrido <[email protected]> Signed-off-by: Pablo Garrido <[email protected]>
1 parent 6fe5b80 commit 5b9d9f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/libmicroros/libmicroros.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ $(COMPONENT_PATH)/micro_ros_src/src:
9292
git clone -b master https://github.com/ros2/rcl_logging src/rcl_logging; \
9393
git clone -b master https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing src/ros2_tracing; \
9494
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; \
9596
touch src/rosidl/rosidl_typesupport_introspection_cpp/COLCON_IGNORE; \
9697
touch src/rclc/rclc_examples/COLCON_IGNORE; \
9798
touch src/common_interfaces/actionlib_msgs/COLCON_IGNORE; \

0 commit comments

Comments
 (0)