22
33on :
44 pull_request :
5- branches :
5+ branches :
66 - ' **'
77
88jobs :
2020 run : |
2121 apt update
2222 apt install -y python3-colcon-metadata python3-pip
23- rosdep update
23+ rosdep update --rosdistro $ROS_DISTRO
2424 rosdep install -y --from-paths src --ignore-src -y
2525
2626 - name : Build
5151 run : |
5252 apt update
5353 apt install -y python3-colcon-metadata python3-pip
54- rosdep update
54+ rosdep update --rosdistro $ROS_DISTRO
5555 rosdep install -y --from-paths src --ignore-src -y
5656
5757 - uses : actions/download-artifact@v1
@@ -125,7 +125,7 @@ jobs:
125125 configuration : int32_publisher
126126 transport_arguments : -t serial -d 1
127127 binary : ' firmware/freertos_apps/microros_nucleo_f746zg_extensions/build/micro-ROS.elf'
128-
128+
129129 - rtos : freertos
130130 platform : nucleo_f767zi
131131 configuration : int32_publisher
@@ -155,7 +155,7 @@ jobs:
155155 configuration : int32_publisher
156156 transport_arguments : -t serial -d 3
157157 binary : ' firmware/build/zephyr/zephyr.bin'
158-
158+
159159 - rtos : zephyr
160160 platform : nucleo_f746zg
161161 configuration : int32_publisher
@@ -171,7 +171,7 @@ jobs:
171171 - rtos : nuttx
172172 platform : olimex-stm32-e407
173173 configuration : drive_base
174- transport_arguments :
174+ transport_arguments :
175175 binary : ' firmware/NuttX/nuttx.bin'
176176
177177 - rtos : raspbian
@@ -193,7 +193,7 @@ jobs:
193193 run : |
194194 apt update
195195 apt install -y python3-colcon-metadata python3-pip
196- rosdep update
196+ rosdep update --rosdistro $ROS_DISTRO
197197 rosdep install -y --from-paths src --ignore-src -y
198198
199199 - uses : actions/download-artifact@v1
@@ -210,8 +210,8 @@ jobs:
210210 . /opt/ros/foxy/setup.sh
211211 . install/local_setup.sh
212212 ros2 run micro_ros_setup create_firmware_ws.sh ${{ matrix.rtos }} ${{ matrix.platform }}
213- ros2 run micro_ros_setup configure_firmware.sh ${{ matrix.configuration }} ${{ matrix.transport_arguments }}
214- ros2 run micro_ros_setup build_firmware.sh ${{ matrix.build_arguments }}
213+ ros2 run micro_ros_setup configure_firmware.sh ${{ matrix.configuration }} ${{ matrix.transport_arguments }}
214+ ros2 run micro_ros_setup build_firmware.sh ${{ matrix.build_arguments }}
215215
216216 - name : Check binaries
217217 run : |
0 commit comments