Skip to content

Commit 8abaea6

Browse files
authored
Update to new RCL fork (#182)
1 parent a71fb63 commit 8abaea6

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

colcon.meta

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
},
99
"rcl":{
1010
"cmake-args":[
11-
"-DRCL_COMMAND_LINE_ENABLED=OFF",
12-
"-DRCL_LOGGING_ENABLED=OFF"
11+
"-DRCL_MICROROS=ON"
1312
]
1413
},
1514
"rcutils": {

libmicroros.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $(EXTENSIONS_DIR)/micro_ros_src/src:
5555
git clone -b ros2 https://github.com/eProsima/Micro-XRCE-DDS-Client src/Micro-XRCE-DDS-Client; \
5656
git clone -b main https://github.com/micro-ROS/rmw_microxrcedds src/rmw_microxrcedds; \
5757
fi; \
58-
git clone -b foxy https://github.com/eProsima/micro-CDR src/micro-CDR; \
58+
git clone -b ros2 https://github.com/eProsima/micro-CDR src/micro-CDR; \
5959
git clone -b master https://github.com/micro-ROS/rcl src/rcl; \
6060
git clone -b master https://github.com/ros2/rclc src/rclc; \
6161
git clone -b master https://github.com/micro-ROS/rcutils src/rcutils; \
@@ -72,7 +72,7 @@ $(EXTENSIONS_DIR)/micro_ros_src/src:
7272
git clone -b master https://github.com/ros2/test_interface_files src/test_interface_files; \
7373
git clone -b master https://github.com/ros2/rmw_implementation src/rmw_implementation; \
7474
git clone -b master https://github.com/ros2/rcl_logging src/rcl_logging; \
75-
git clone -b master https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing src/ros2_tracing; \
75+
git clone -b master https://github.com/ros2/ros2_tracing src/ros2_tracing; \
7676
git clone -b main https://github.com/micro-ROS/micro_ros_utilities src/micro_ros_utilities; \
7777
git clone -b rolling https://github.com/ros2/rosidl_core src/rosidl_core; \
7878
touch src/rosidl/rosidl_typesupport_introspection_cpp/COLCON_IGNORE; \

0 commit comments

Comments
 (0)