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 6d7f212 commit 11634e8Copy full SHA for 11634e8
.github/workflows/build_test.yml
@@ -58,7 +58,7 @@ jobs:
58
cd $HOME/catkin_ws
59
wstool init src src/mav_active_3d_planning/mav_active_3d_planning_https.rosinstall
60
wstool update -t src -j4
61
- rosdep update
+ rosdep update --include-eol-distros
62
rosdep install --from-paths src --ignore-src -y --rosdistro ${{matrix.config.rosdistro}}
63
catkin config --cmake-args -DCMAKE_BUILD_TYPE=Release
64
catkin build -j$(nproc) -l$(nproc) mav_active_3d_planning
0 commit comments