Skip to content

Commit e0e3714

Browse files
committed
Bump kilted
Signed-off-by: Antón Casas <antoncasas@eprosima.com>
1 parent d1e4285 commit e0e3714

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

microros/generate_microros_library.sh

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ rm -rf $INSTALL_DIR/micro_ros_src/log
3232

3333
mkdir -p $INSTALL_DIR/micro_ros_dev;
3434
pushd $INSTALL_DIR/micro_ros_dev > /dev/null
35-
git clone -b rolling https://github.com/ament/ament_cmake src/ament_cmake;
36-
git clone -b rolling https://github.com/ament/ament_lint src/ament_lint;
37-
git clone -b rolling https://github.com/ament/ament_package src/ament_package;
38-
git clone -b rolling https://github.com/ament/googletest src/googletest;
39-
git clone -b rolling https://github.com/ros2/ament_cmake_ros src/ament_cmake_ros;
40-
git clone -b rolling https://github.com/ament/ament_index src/ament_index;
35+
git clone -b kilted https://github.com/ament/ament_cmake src/ament_cmake;
36+
git clone -b kilted https://github.com/ament/ament_lint src/ament_lint;
37+
git clone -b kilted https://github.com/ament/ament_package src/ament_package;
38+
git clone -b kilted https://github.com/ament/googletest src/googletest;
39+
git clone -b kilted https://github.com/ros2/ament_cmake_ros src/ament_cmake_ros;
40+
git clone -b kilted https://github.com/ament/ament_index src/ament_index;
4141
touch src/ament_cmake_ros/rmw_test_fixture_implementation/COLCON_IGNORE;
4242
colcon build --cmake-args -DBUILD_TESTING=OFF;
4343
popd > /dev/null
@@ -46,25 +46,25 @@ mkdir -p $INSTALL_DIR/micro_ros_src;
4646
pushd $INSTALL_DIR/micro_ros_src > /dev/null
4747
git clone -b ros2 https://github.com/eProsima/micro-CDR src/micro-CDR;
4848
git clone -b ros2 https://github.com/eProsima/Micro-XRCE-DDS-Client src/Micro-XRCE-DDS-Client;
49-
git clone -b rolling https://github.com/micro-ROS/rcl src/rcl;
50-
git clone -b rolling https://github.com/ros2/rclc src/rclc;
51-
git clone -b rolling https://github.com/micro-ROS/rcutils src/rcutils;
52-
git clone -b rolling https://github.com/micro-ROS/micro_ros_msgs src/micro_ros_msgs;
53-
git clone -b rolling https://github.com/micro-ROS/rmw-microxrcedds src/rmw-microxrcedds;
54-
git clone -b rolling https://github.com/micro-ROS/rosidl_typesupport src/rosidl_typesupport;
55-
git clone -b rolling https://github.com/micro-ROS/rosidl_typesupport_microxrcedds src/rosidl_typesupport_microxrcedds;
56-
git clone -b rolling https://github.com/ros2/rosidl src/rosidl;
57-
git clone -b rolling https://github.com/ros2/rosidl_dynamic_typesupport src/rosidl_dynamic_typesupport; \
58-
git clone -b rolling https://github.com/ros2/rosidl_core src/rosidl_core;
59-
git clone -b rolling https://github.com/ros2/rmw src/rmw;
60-
git clone -b rolling https://github.com/ros2/rcl_interfaces src/rcl_interfaces;
61-
git clone -b rolling https://github.com/ros2/rosidl_defaults src/rosidl_defaults;
62-
git clone -b rolling https://github.com/ros2/unique_identifier_msgs src/unique_identifier_msgs;
63-
git clone -b rolling https://github.com/ros2/common_interfaces src/common_interfaces;
64-
git clone -b rolling https://github.com/ros2/test_interface_files src/test_interface_files;
65-
git clone -b rolling https://github.com/ros2/rmw_implementation src/rmw_implementation;
66-
git clone -b rolling https://github.com/ros2/rcl_logging src/rcl_logging;
67-
git clone -b rolling https://github.com/ros2/ros2_tracing src/ros2_tracing;
49+
git clone -b kilted https://github.com/micro-ROS/rcl src/rcl;
50+
git clone -b kilted https://github.com/ros2/rclc src/rclc;
51+
git clone -b kilted https://github.com/micro-ROS/rcutils src/rcutils;
52+
git clone -b kilted https://github.com/micro-ROS/micro_ros_msgs src/micro_ros_msgs;
53+
git clone -b kilted https://github.com/micro-ROS/rmw-microxrcedds src/rmw-microxrcedds;
54+
git clone -b kilted https://github.com/micro-ROS/rosidl_typesupport src/rosidl_typesupport;
55+
git clone -b kilted https://github.com/micro-ROS/rosidl_typesupport_microxrcedds src/rosidl_typesupport_microxrcedds;
56+
git clone -b kilted https://github.com/ros2/rosidl src/rosidl;
57+
git clone -b kilted https://github.com/ros2/rosidl_dynamic_typesupport src/rosidl_dynamic_typesupport; \
58+
git clone -b kilted https://github.com/ros2/rosidl_core src/rosidl_core;
59+
git clone -b kilted https://github.com/ros2/rmw src/rmw;
60+
git clone -b kilted https://github.com/ros2/rcl_interfaces src/rcl_interfaces;
61+
git clone -b kilted https://github.com/ros2/rosidl_defaults src/rosidl_defaults;
62+
git clone -b kilted https://github.com/ros2/unique_identifier_msgs src/unique_identifier_msgs;
63+
git clone -b kilted https://github.com/ros2/common_interfaces src/common_interfaces;
64+
git clone -b kilted https://github.com/ros2/test_interface_files src/test_interface_files;
65+
git clone -b kilted https://github.com/ros2/rmw_implementation src/rmw_implementation;
66+
git clone -b kilted https://github.com/ros2/rcl_logging src/rcl_logging;
67+
git clone -b kilted https://github.com/ros2/ros2_tracing src/ros2_tracing;
6868
# git clone -b main https://github.com/micro-ROS/micro_ros_utilities src/micro_ros_utilities;
6969

7070
touch src/rosidl/rosidl_typesupport_introspection_cpp/COLCON_IGNORE;
@@ -76,7 +76,7 @@ pushd $INSTALL_DIR/micro_ros_src > /dev/null
7676
touch src/rcl/rcl_yaml_param_parser/COLCON_IGNORE;
7777

7878

79-
git clone -b rolling https://github.com/ros2/geometry2
79+
git clone -b kilted https://github.com/ros2/geometry2
8080
cp -R geometry2/tf2_msgs src/tf2_msgs
8181
rm -rf geometry2
8282

0 commit comments

Comments
 (0)