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 10
10
- ' *'
11
11
jobs :
12
12
build-test :
13
- runs-on : ubuntu-22.04
13
+ runs-on : ubuntu-latest
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
17
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 }}
20
21
steps :
21
22
- uses : actions/checkout@v4
22
23
with :
32
33
apt update
33
34
rosdep update
34
35
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"
36
37
shell : bash
37
38
- name : Colcon Build (Release)
38
39
run : |
Original file line number Diff line number Diff line change 1
1
repositories:
2
2
ros-planning/navigation2:
3
3
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