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 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ name: CMake-ROS
on: on:
push: push:
branches: branches:
- lyrical-devel - kilted-devel
pull_request: pull_request:
branches: branches:
- '**' - '**'
@@ -27,10 +27,10 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
ros_distribution: [ lyrical ] ros_distribution: [ kilted ]
include: include:
- ros_distribution: 'lyrical' - ros_distribution: 'kilted'
skip_keys: "" # When releasing to ROS2, the skip_keys shoudl be empty, patch these deps in package.xml instead. skip_keys: ""
container: container:
image: osrf/ros:${{ matrix.ros_distribution }}-desktop-full image: osrf/ros:${{ matrix.ros_distribution }}-desktop-full
steps: steps:

View File

@@ -18,7 +18,7 @@
<depend>gtsam</depend> <depend>gtsam</depend>
<!-- <depend>libopenni2-dev</depend> --> <!-- not available on Jessie --> <!-- <depend>libopenni2-dev</depend> --> <!-- not available on Jessie -->
<depend>libpcl-all-dev</depend> <!-- include libvtk-qt --> <depend>libpcl-all-dev</depend> <!-- include libvtk-qt -->
<!-- <depend>libpointmatcher</depend> Not available on lyrical--> <!-- optional but recommended if lidar is used, also not available on 32 bits system, but rtabmap can be built without it --> <depend>libpointmatcher</depend> <!-- optional but recommended if lidar is used, also not available on 32 bits system, but rtabmap can be built without it -->
<!-- <depend>libproj-dev</depend> needed due to error in vtk6 (kinetic)--> <!-- <depend>libproj-dev</depend> needed due to error in vtk6 (kinetic)-->
<depend>libsqlite3-dev</depend> <depend>libsqlite3-dev</depend>
<depend>liboctomap-dev</depend> <depend>liboctomap-dev</depend>