diff --git a/micro_ros_lib/Makefile b/micro_ros_lib/Makefile index 67d3278..4697534 100755 --- a/micro_ros_lib/Makefile +++ b/micro_ros_lib/Makefile @@ -61,9 +61,9 @@ micro_ros_src/src: micro_ros_dev/install git clone -b rolling https://github.com/micro-ROS/micro_ros_msgs src/micro_ros_msgs; \ git clone -b rolling https://github.com/micro-ROS/rmw-microxrcedds src/rmw-microxrcedds; \ git clone -b rolling https://github.com/micro-ROS/rosidl_typesupport src/rosidl_typesupport; \ - git clone -b rolling https://github.com/ros2/rosidl_typesupport_microxrcedds src/rosidl_typesupport_microxrcedds; \ + git clone -b rolling 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/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; \