We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fb282 commit 3831a34Copy full SHA for 3831a34
modules/libmicroros/libmicroros.mk
@@ -67,6 +67,7 @@ $(COMPONENT_PATH)/micro_ros_dev/install:
67
git clone -b rolling https://github.com/ament/googletest src/googletest; \
68
git clone -b rolling https://github.com/ros2/ament_cmake_ros src/ament_cmake_ros; \
69
git clone -b rolling https://github.com/ament/ament_index src/ament_index; \
70
+ touch src/ament_cmake_ros/rmw_test_fixture_implementation/COLCON_IGNORE; \
71
colcon build --cmake-args -DBUILD_TESTING=OFF;
72
73
$(COMPONENT_PATH)/micro_ros_src/src:
0 commit comments