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 a809407 commit 30f2029Copy full SHA for 30f2029
extras/library_generation/library_generation.sh
@@ -68,6 +68,11 @@ fi
68
69
cd /uros_ws
70
71
+# Workaround for https://github.com/ros2/rosidl/pull/599
72
+touch firmware/mcu_ws/ros2/common_interfaces/actionlib_msgs/COLCON_IGNORE;
73
+touch firmware/mcu_ws/ros2/common_interfaces/std_srvs/COLCON_IGNORE;
74
+touch firmware/mcu_ws/ros2/example_interfaces/COLCON_IGNORE;
75
+
76
######## Clean and source ########
77
find /project/src/ ! -name micro_ros_arduino.h ! -name *.c ! -name *.cpp ! -name *.c.in -delete
78
0 commit comments