Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Update repository branches (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: acuadros95 <acuadros1995@gmail.com>
  • Loading branch information
Acuadros95 authored Jun 9, 2023
1 parent ef6204d commit f2a3606
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions library_generation/libmicroros.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,40 +32,40 @@ $(INSTALL_DIR)/toolchain.cmake: $(COMPONENT_DIR)/toolchain.cmake.in
$(INSTALL_DIR)/micro_ros_dev/install:
rm -rf $(INSTALL_DIR)/micro_ros_dev; \
mkdir $(INSTALL_DIR)/micro_ros_dev; cd $(INSTALL_DIR)/micro_ros_dev; \
git clone -b rolling https://github.com/ament/ament_cmake src/ament_cmake; \
git clone -b rolling https://github.com/ament/ament_lint src/ament_lint; \
git clone -b rolling https://github.com/ament/ament_package src/ament_package; \
git clone -b rolling https://github.com/ament/googletest src/googletest; \
git clone -b rolling https://github.com/ros2/ament_cmake_ros src/ament_cmake_ros; \
git clone -b rolling https://github.com/ament/ament_index src/ament_index; \
git clone -b iron https://github.com/ament/ament_cmake src/ament_cmake; \
git clone -b iron https://github.com/ament/ament_lint src/ament_lint; \
git clone -b iron https://github.com/ament/ament_package src/ament_package; \
git clone -b iron https://github.com/ament/googletest src/googletest; \
git clone -b iron https://github.com/ros2/ament_cmake_ros src/ament_cmake_ros; \
git clone -b iron https://github.com/ament/ament_index src/ament_index; \
colcon build --cmake-args -DBUILD_TESTING=OFF;

$(INSTALL_DIR)/micro_ros_src/src:
rm -rf $(INSTALL_DIR)/micro_ros_src; \
mkdir $(INSTALL_DIR)/micro_ros_src; cd $(INSTALL_DIR)/micro_ros_src; \
git clone -b ros2 https://github.com/eProsima/micro-CDR src/micro-CDR; \
git clone -b ros2 https://github.com/eProsima/Micro-XRCE-DDS-Client src/Micro-XRCE-DDS-Client; \
git clone -b master https://github.com/micro-ROS/rcl src/rcl; \
git clone -b master https://github.com/ros2/rclc src/rclc; \
git clone -b master https://github.com/micro-ROS/rcutils src/rcutils; \
git clone -b main https://github.com/micro-ROS/micro_ros_msgs src/micro_ros_msgs; \
git clone -b main https://github.com/micro-ROS/rmw-microxrcedds src/rmw-microxrcedds; \
git clone -b master https://github.com/micro-ROS/rosidl_typesupport src/rosidl_typesupport; \
git clone -b main https://github.com/micro-ROS/rosidl_typesupport_microxrcedds src/rosidl_typesupport_microxrcedds; \
git clone -b rolling https://github.com/ros2/rosidl src/rosidl; \
git clone -b rolling https://github.com/micro-ROS/rosidl_dynamic_typesupport src/rosidl_dynamic_typesupport; \
git clone -b rolling https://github.com/ros2/rmw src/rmw; \
git clone -b rolling https://github.com/ros2/rcl_interfaces src/rcl_interfaces; \
git clone -b rolling https://github.com/ros2/rosidl_defaults src/rosidl_defaults; \
git clone -b rolling https://github.com/ros2/unique_identifier_msgs src/unique_identifier_msgs; \
git clone -b rolling https://github.com/ros2/common_interfaces src/common_interfaces; \
git clone -b rolling https://github.com/ros2/test_interface_files src/test_interface_files; \
git clone -b rolling https://github.com/ros2/rmw_implementation src/rmw_implementation; \
git clone -b rolling https://github.com/ros2/rcl_logging src/rcl_logging; \
git clone -b rolling https://github.com/ros2/ros2_tracing src/ros2_tracing; \
git clone -b main https://github.com/micro-ROS/micro_ros_utilities src/micro_ros_utilities; \
git clone -b rolling https://github.com/ros2/example_interfaces src/example_interfaces; \
git clone -b rolling https://github.com/ros2/rosidl_core src/rosidl_core; \
git clone -b iron https://github.com/micro-ROS/rcl src/rcl; \
git clone -b iron https://github.com/ros2/rclc src/rclc; \
git clone -b iron https://github.com/micro-ROS/rcutils src/rcutils; \
git clone -b iron https://github.com/micro-ROS/micro_ros_msgs src/micro_ros_msgs; \
git clone -b iron https://github.com/micro-ROS/rmw-microxrcedds src/rmw-microxrcedds; \
git clone -b iron https://github.com/micro-ROS/rosidl_typesupport src/rosidl_typesupport; \
git clone -b iron https://github.com/micro-ROS/rosidl_typesupport_microxrcedds src/rosidl_typesupport_microxrcedds; \
git clone -b iron https://github.com/ros2/rosidl src/rosidl; \
git clone -b iron https://github.com/micro-ROS/rosidl_dynamic_typesupport src/rosidl_dynamic_typesupport; \
git clone -b iron https://github.com/ros2/rmw src/rmw; \
git clone -b iron https://github.com/ros2/rcl_interfaces src/rcl_interfaces; \
git clone -b iron https://github.com/ros2/rosidl_defaults src/rosidl_defaults; \
git clone -b iron https://github.com/ros2/unique_identifier_msgs src/unique_identifier_msgs; \
git clone -b iron https://github.com/ros2/common_interfaces src/common_interfaces; \
git clone -b iron https://github.com/ros2/test_interface_files src/test_interface_files; \
git clone -b iron https://github.com/ros2/rmw_implementation src/rmw_implementation; \
git clone -b iron https://github.com/ros2/rcl_logging src/rcl_logging; \
git clone -b iron https://github.com/ros2/ros2_tracing src/ros2_tracing; \
git clone -b iron https://github.com/micro-ROS/micro_ros_utilities src/micro_ros_utilities; \
git clone -b iron https://github.com/ros2/example_interfaces src/example_interfaces; \
git clone -b iron https://github.com/ros2/rosidl_core src/rosidl_core; \
touch src/rosidl/rosidl_typesupport_introspection_cpp/COLCON_IGNORE; \
touch src/ros2_tracing/test_tracetools/COLCON_IGNORE; \
touch src/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE; \
Expand Down

0 comments on commit f2a3606

Please sign in to comment.