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
9595fi
9696
9797# ####### 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
100100
101101cd firmware
102102echo " " > /arduino_project/built_packages
You can’t perform that action at this time.
0 commit comments