We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b008cc5 commit 93c328cCopy full SHA for 93c328c
1 file changed
libmicroros.mk
@@ -50,7 +50,7 @@ $(EXTENSIONS_DIR)/micro_ros_src/src:
50
git clone -b foxy https://github.com/eProsima/micro-CDR src/micro-CDR; \
51
git clone -b foxy https://github.com/eProsima/Micro-XRCE-DDS-Client src/Micro-XRCE-DDS-Client; \
52
git clone -b foxy https://github.com/micro-ROS/rcl src/rcl; \
53
- git clone -b master https://github.com/ros2/rclc src/rclc; \
+ git clone -b foxy https://github.com/ros2/rclc src/rclc; \
54
git clone -b foxy https://github.com/micro-ROS/rcutils src/rcutils; \
55
git clone -b foxy https://github.com/micro-ROS/micro_ros_msgs src/micro_ros_msgs; \
56
git clone -b foxy https://github.com/micro-ROS/rmw-microxrcedds src/rmw-microxrcedds; \
0 commit comments