Skip to content

Commit 30f2029

Browse files
authored
Add workaround (#690)
1 parent a809407 commit 30f2029

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

extras/library_generation/library_generation.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ fi
6868

6969
cd /uros_ws
7070

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+
7176
######## Clean and source ########
7277
find /project/src/ ! -name micro_ros_arduino.h ! -name *.c ! -name *.cpp ! -name *.c.in -delete
7378

0 commit comments

Comments
 (0)