From f8060b54ef41d4e9ed4d9c70048f268a40ecaa9f Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 08:19:45 +0200 Subject: [PATCH] Remove micro-ROS fork (backport #36) (#37) * Remove micro-ROS fork (#36) * Remove micro-ROS fork Signed-off-by: acuadros95 * Fix change Signed-off-by: acuadros95 --------- Signed-off-by: acuadros95 (cherry picked from commit 703c7e8237bba17a88ee32a441eeb4ae7d12d67c) # Conflicts: # micro_ros_lib/Makefile * Fix conflict Signed-off-by: acuadros95 --------- Signed-off-by: acuadros95 Co-authored-by: Antonio Cuadros <49162117+Acuadros95@users.noreply.github.com> Co-authored-by: acuadros95 --- micro_ros_lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micro_ros_lib/Makefile b/micro_ros_lib/Makefile index a9b3156..b0d894a 100755 --- a/micro_ros_lib/Makefile +++ b/micro_ros_lib/Makefile @@ -63,7 +63,7 @@ micro_ros_src/src: micro_ros_dev/install 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/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; \