We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d8831 commit 5ad1212Copy full SHA for 5ad1212
1 file changed
libmicroros.mk
@@ -67,7 +67,7 @@ $(EXTENSIONS_DIR)/micro_ros_src/src:
67
git clone -b master https://github.com/ros2/rmw_implementation src/rmw_implementation; \
68
git clone -b master https://github.com/ros2/rcl_logging src/rcl_logging; \
69
git clone -b master https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing src/ros2_tracing; \
70
- git clone -b main https://github.com/micro-ROS/micro_ros_utilities; \
+ git clone -b main https://github.com/micro-ROS/micro_ros_utilities src/micro_ros_utilities; \
71
touch src/rosidl/rosidl_typesupport_introspection_cpp/COLCON_IGNORE; \
72
touch src/rcl_logging/rcl_logging_log4cxx/COLCON_IGNORE; \
73
touch src/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE; \
0 commit comments