File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ if [[ " ${PLATFORMS[@]} " =~ " teensy4 " ]]; then
95
95
fi
96
96
97
97
# ####### Generate extra files ########
98
- find firmware/mcu_ws/ros2 \( -name " *.srv" -o -name " *.msg" \) | awk -F" /" ' {print $(NF-2)"/"$NF}' > /arduino_project/available_ros2_types
99
- find firmware/mcu_ws/extra_packages \( -name " *.srv" -o -name " *.msg" \) | awk -F" /" ' {print $(NF-2)"/"$NF}' >> /arduino_project/available_ros2_types
98
+ find firmware/mcu_ws/ros2 \( -name " *.srv" -o -name " *.msg" -o -name " *.action " \) | awk -F" /" ' {print $(NF-2)"/"$NF}' > /arduino_project/available_ros2_types
99
+ find firmware/mcu_ws/extra_packages \( -name " *.srv" -o -name " *.msg" -o -name " *.action " \) | awk -F" /" ' {print $(NF-2)"/"$NF}' >> /arduino_project/available_ros2_types
100
100
101
101
cd firmware
102
102
echo " " > /arduino_project/built_packages
You can’t perform that action at this time.
0 commit comments