Compare commits

...
Author SHA1 Message Date
matlabbe a7073ccd85 fixing deps 2026-06-21 15:09:35 -07:00
matlabbe 0eeed50ab4 only build for lyrical in its devel branch 2026-06-21 12:52:54 -07:00
2 changed files with 4 additions and 12 deletions
+3 -11
View File
@@ -3,7 +3,7 @@ name: CMake-ROS
on:
push:
branches:
- master
- lyrical-devel
pull_request:
branches:
- '**'
@@ -27,18 +27,10 @@ jobs:
strategy:
fail-fast: false
matrix:
ros_distribution: [ humble, jazzy, kilted, lyrical, rolling]
ros_distribution: [ lyrical ]
include:
- ros_distribution: 'humble'
skip_keys: ""
- ros_distribution: 'jazzy'
skip_keys: ""
- ros_distribution: 'kilted'
skip_keys: ""
- ros_distribution: 'lyrical'
skip_keys: "libpointmatcher"
- ros_distribution: 'rolling'
skip_keys: ""
skip_keys: "" # When releasing to ROS2, the skip_keys shoudl be empty, patch these deps in package.xml instead.
container:
image: osrf/ros:${{ matrix.ros_distribution }}-desktop-full
steps:
+1 -1
View File
@@ -18,7 +18,7 @@
<depend>gtsam</depend>
<!-- <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 -->
<!-- <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>libproj-dev</depend> needed due to error in vtk6 (kinetic)-->
<depend>libsqlite3-dev</depend>
<depend>liboctomap-dev</depend>