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 3fb203b commit 5c24003Copy full SHA for 5c24003
libmicroros.mk
@@ -44,6 +44,7 @@ $(EXTENSIONS_DIR)/micro_ros_dev/install:
44
git clone -b kilted https://github.com/ros2/ament_cmake_ros src/ament_cmake_ros; \
45
git clone -b kilted https://github.com/ament/ament_index src/ament_index; \
46
touch src/ament_cmake_ros/rmw_test_fixture_implementation/COLCON_IGNORE; \
47
+ touch src/ament_cmake_ros/rmw_test_fixture/COLCON_IGNORE; \
48
colcon build --cmake-args -DBUILD_TESTING=OFF -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=gcc;
49
50
$(EXTENSIONS_DIR)/micro_ros_src/src:
0 commit comments