Compare commits

..

3 Commits

Author SHA1 Message Date
matlabbe
63f7037202 merged master->kilted 2026-06-21 12:51:16 -07:00
matlabbe
821ab8b8a8 Merge branch 'master' of github.com:introlab/rtabmap into kilted-devel 2025-07-12 10:12:18 -07:00
matlabbe
e51ba8dca2 enable ci only on kilted-devel branch 2025-06-08 15:57:14 -07:00
2 changed files with 3 additions and 4 deletions

View File

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

View File

@@ -16,7 +16,6 @@
<depend>cv_bridge</depend>
<depend>libg2o</depend>
<depend>gtsam</depend>
<depend>tbb</depend> <!-- till tbb is added to gtsam dependencies https://github.com/borglab/gtsam/issues/1759 -->
<!-- <depend>libopenni2-dev</depend> --> <!-- not available on Jessie -->
<depend>libpcl-all-dev</depend> <!-- include libvtk-qt -->
<depend>libpointmatcher</depend> <!-- optional but recommended if lidar is used, also not available on 32 bits system, but rtabmap can be built without it -->