We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abaea6 commit 9914076Copy full SHA for 9914076
1 file changed
libmicroros.mk
@@ -80,6 +80,7 @@ $(EXTENSIONS_DIR)/micro_ros_src/src:
80
touch src/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE; \
81
touch src/rclc/rclc_examples/COLCON_IGNORE; \
82
touch src/rcl/rcl_yaml_param_parser/COLCON_IGNORE; \
83
+ touch src/ros2_tracing/test_tracetools/COLCON_IGNORE; \
84
cp -rf $(EXTRA_ROS_PACKAGES) src/extra_packages || :; \
85
test -f src/extra_packages/extra_packages.repos && cd src/extra_packages && vcs import --input extra_packages.repos || :;
86
0 commit comments