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