Compare commits

..

14 Commits

Author SHA1 Message Date
matlabbe
cbbe7a6b82 merged master->jazzy 2026-06-21 12:47:27 -07:00
matlabbe
8ec754deca Merge branch 'master' of github.com:introlab/rtabmap into jazzy-devel 2025-07-12 10:39:09 -07:00
matlabbe
366a4a0174 merged master->jazzy 2025-06-08 15:52:25 -07:00
matlabbe
d4e55c3a1d Merge branch 'master' of github.com:introlab/rtabmap into jazzy-devel 2025-02-12 19:47:19 -08:00
matlabbe
0445ae7c33 mergd master, disabled grid_map_core for jazzy 2024-11-30 19:51:41 -08:00
matlabbe
ce1e91b9f1 Just build jazzy in jazzy-devel branch 2024-11-30 18:28:31 -08:00
matlabbe
a19163fc75 CI: use contains 2024-11-30 18:11:51 -08:00
matlabbe
eba90c1869 Merge branch 'master' of github.com:introlab/rtabmap into jazzy-devel 2024-11-30 18:07:10 -08:00
matlabbe
4af0e7dbea grid_core_map now available on jazzy 2024-11-30 17:38:43 -08:00
matlabbe
344fe4e4cf Merge branch 'master' of github.com:introlab/rtabmap into jazzy-devel 2024-11-30 17:31:59 -08:00
matlabbe
5e79fc559b merged master->jazzy 2024-07-22 20:59:09 -07:00
matlabbe
04fdc0d9e2 Merge branch 'jazzy-devel' of github.com:introlab/rtabmap into jazzy-devel 2024-06-30 19:50:45 -07:00
matlabbe
f2df35be01 Disabling gtsam ros dep for now (internal version error) for ROS2 Jazzy 2024-06-02 14:06:16 -07:00
matlabbe
da9ff08198 Removed grid_map_core missing dep on jazzy 2024-05-27 10:49:18 -07:00
2 changed files with 6 additions and 5 deletions

View File

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

View File

@@ -16,9 +16,10 @@
<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> 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>libsqlite3-dev</depend>
<depend>liboctomap-dev</depend>