File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ $(EXTENSIONS_DIR)/micro_ros_src/src:
4949 rm -rf micro_ros_src; \
5050 mkdir micro_ros_src; cd micro_ros_src; \
5151 if [ " $( MIDDLEWARE) " = " embeddedrtps" ]; then \
52- git clone -b main https://github.com/pablogs9 /embeddedRTPS src/embeddedRTPS; \
52+ git clone -b main https://github.com/micro-ROS /embeddedRTPS src/embeddedRTPS; \
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; \
@@ -129,4 +129,4 @@ $(EXTENSIONS_DIR)/libmicroros.a: $(EXTENSIONS_DIR)/micro_ros_src/install patch_a
129129 done ; \
130130 $(AR ) rc -s libmicroros.a * .obj; cp libmicroros.a $(EXTENSIONS_DIR ) ; \
131131 cd ..; rm -rf libmicroros; \
132- cp -R $(UROS_DIR ) /install/include $(EXTENSIONS_DIR ) /include;
132+ cp -R $(UROS_DIR ) /install/include $(EXTENSIONS_DIR ) /include;
You can’t perform that action at this time.
0 commit comments