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 1415f5f commit f268014Copy full SHA for f268014
1 file changed
.github/workflows/colcon.yaml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
config:
18
- - {rosdistro: 'rolling', container: 'osrf/ros:rolling-desktop'}
+ - {rosdistro: 'rolling', container: 'ros:rolling'}
19
container: ${{ matrix.config.container }}
20
steps:
21
- uses: actions/checkout@v4
@@ -33,6 +33,7 @@ jobs:
33
rosdep update
34
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"
36
+ apt show ros-rolling-bond-core
37
shell: bash
38
- name: Colcon Build (Release)
39
run: |
@@ -45,4 +46,4 @@ jobs:
45
46
source install/setup.bash
47
colcon test --return-code-on-test-failure --paths src/grid_map/* --event-handlers=console_cohesion+
48
colcon test-result --all --verbose
- shell: bash
49
+ shell: bash
0 commit comments