Compare commits

...

8 Commits

Author SHA1 Message Date
matlabbe
06ffb601dc merged master->humble 2026-06-21 12:49:37 -07:00
matlabbe
d11aa0a881 Merge branch 'master' of github.com:introlab/rtabmap into humble-devel 2025-07-12 10:38:39 -07:00
matlabbe
bc9da10589 removed not used distro on that brnach 2025-06-08 16:12:19 -07:00
matlabbe
f365a96446 merged master->humble-devel 2025-06-08 15:54:39 -07:00
matlabbe
6df70269c5 Disabled grid_map dep for humble (#1450
)
2025-02-12 19:30:59 -08:00
matlabbe
a952034604 Merge branch 'master' of github.com:introlab/rtabmap into humble-devel 2025-02-12 19:28:50 -08:00
matlabbe
bd99ac1007 merged master 2024-11-30 19:49:10 -08:00
matlabbe
0a9f0bfe4d CI: only build humble in humble-devel branch 2024-11-30 18:32:29 -08:00

View File

@@ -3,7 +3,7 @@ name: CMake-ROS
on: on:
push: push:
branches: branches:
- master - humble-devel
pull_request: pull_request:
branches: branches:
- '**' - '**'
@@ -27,18 +27,10 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
ros_distribution: [ humble, jazzy, kilted, lyrical, rolling] ros_distribution: [ humble ]
include: include:
- ros_distribution: 'humble' - ros_distribution: 'humble'
skip_keys: "" skip_keys: ""
- ros_distribution: 'jazzy'
skip_keys: ""
- ros_distribution: 'kilted'
skip_keys: ""
- ros_distribution: 'lyrical'
skip_keys: "libpointmatcher"
- ros_distribution: 'rolling'
skip_keys: ""
container: container:
image: osrf/ros:${{ matrix.ros_distribution }}-desktop-full image: osrf/ros:${{ matrix.ros_distribution }}-desktop-full
steps: steps: