File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010 - ' *'
1111jobs :
1212 build-test :
13- runs-on : ubuntu-22.04
13+ runs-on : ubuntu-latest
1414 strategy :
1515 fail-fast : false
1616 matrix :
1717 config :
18- - {rosdistro: 'rolling', container: 'ros:rolling'}
19- container : ${{ matrix.config.container }}
18+ - {rosdistro: 'rolling', container: 'rostooling/setup-ros-docker:ubuntu-noble-ros-rolling-desktop-latest'}
19+ container :
20+ image : ${{ matrix.config.container }}
2021 steps :
2122 - uses : actions/checkout@v4
2223 with :
3233 apt update
3334 rosdep update
3435 source /opt/ros/${{matrix.config.rosdistro}}/setup.bash
35- rosdep install --from-paths src --ignore-src -y --skip-keys "slam_toolbox turtlebot3_gazebo gazebo_ros_pkgs octomap_server "
36+ rosdep install --from-paths src --ignore-src -y --skip-keys "slam_toolbox"
3637 shell : bash
3738 - name : Colcon Build (Release)
3839 run : |
Original file line number Diff line number Diff line change 11repositories:
22 ros-planning/navigation2:
33 type: git
4- # back to upstream main after https://github.com/ros-navigation/navigation2/pull/4298 is merged
5- url: https://github.com/tonynajjar/navigation2.git
6- version: fix-devcontainer
4+ url: https://github.com/ros-navigation/navigation2.git
5+ version: main
You can’t perform that action at this time.
0 commit comments