Skip to content

Commit eceaef4

Browse files
authored
Merge pull request #465 from ANYbotics/update-ci
ci: update rolling ci
2 parents 5b0d81f + b234d1a commit eceaef4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/colcon.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ on:
1010
- '*'
1111
jobs:
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:
@@ -32,7 +33,7 @@ jobs:
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: |

tools/ros2_dependencies.repos

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
repositories:
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

0 commit comments

Comments
 (0)