Skip to content

Commit 25bedf4

Browse files
authored
Update rolling branches (#197)
* Update rolling branches Signed-off-by: acuadros95 <acuadros1995@gmail.com> * Update rclc to rolling Signed-off-by: acuadros95 <acuadros1995@gmail.com> --------- Signed-off-by: acuadros95 <acuadros1995@gmail.com>
1 parent a2bab46 commit 25bedf4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

libmicroros.mk

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ $(EXTENSIONS_DIR)/micro_ros_src/src:
5353
git clone -b main https://github.com/micro-ROS/rmw_embeddedrtps src/rmw_embeddedrtps; \
5454
else \
5555
git clone -b ros2 https://github.com/eProsima/Micro-XRCE-DDS-Client src/Micro-XRCE-DDS-Client; \
56-
git clone -b main https://github.com/micro-ROS/rmw_microxrcedds src/rmw_microxrcedds; \
56+
git clone -b rolling https://github.com/micro-ROS/rmw_microxrcedds src/rmw_microxrcedds; \
5757
fi; \
5858
git clone -b ros2 https://github.com/eProsima/micro-CDR src/micro-CDR; \
59-
git clone -b master https://github.com/micro-ROS/rcl src/rcl; \
60-
git clone -b master https://github.com/ros2/rclc src/rclc; \
61-
git clone -b master https://github.com/micro-ROS/rcutils src/rcutils; \
62-
git clone -b main https://github.com/micro-ROS/micro_ros_msgs src/micro_ros_msgs; \
63-
git clone -b master https://github.com/micro-ROS/rosidl_typesupport src/rosidl_typesupport; \
64-
git clone -b main https://github.com/micro-ROS/rosidl_typesupport_microxrcedds src/rosidl_typesupport_microxrcedds; \
59+
git clone -b rolling https://github.com/micro-ROS/rcl src/rcl; \
60+
git clone -b rolling https://github.com/ros2/rclc src/rclc; \
61+
git clone -b rolling https://github.com/micro-ROS/rcutils src/rcutils; \
62+
git clone -b rolling https://github.com/micro-ROS/micro_ros_msgs src/micro_ros_msgs; \
63+
git clone -b rolling https://github.com/micro-ROS/rosidl_typesupport src/rosidl_typesupport; \
64+
git clone -b rolling https://github.com/micro-ROS/rosidl_typesupport_microxrcedds src/rosidl_typesupport_microxrcedds; \
6565
git clone -b rolling https://github.com/ros2/rosidl src/rosidl; \
6666
git clone -b rolling https://github.com/micro-ROS/rosidl_dynamic_typesupport src/rosidl_dynamic_typesupport; \
6767
git clone -b rolling https://github.com/ros2/rmw src/rmw; \
@@ -74,7 +74,7 @@ $(EXTENSIONS_DIR)/micro_ros_src/src:
7474
git clone -b rolling https://github.com/ros2/rmw_implementation src/rmw_implementation; \
7575
git clone -b rolling https://github.com/ros2/rcl_logging src/rcl_logging; \
7676
git clone -b rolling https://github.com/ros2/ros2_tracing src/ros2_tracing; \
77-
git clone -b main https://github.com/micro-ROS/micro_ros_utilities src/micro_ros_utilities; \
77+
git clone -b rolling https://github.com/micro-ROS/micro_ros_utilities src/micro_ros_utilities; \
7878
git clone -b rolling https://github.com/ros2/rosidl_core src/rosidl_core; \
7979
touch src/rosidl/rosidl_typesupport_introspection_cpp/COLCON_IGNORE; \
8080
touch src/rcl_logging/rcl_logging_log4cxx/COLCON_IGNORE; \

0 commit comments

Comments
 (0)