Compare commits

..

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

View File

@@ -3,7 +3,7 @@ name: CMake-ROS
on:
push:
branches:
- kilted-devel
- lyrical-devel
pull_request:
branches:
- '**'
@@ -27,10 +27,10 @@ jobs:
strategy:
fail-fast: false
matrix:
ros_distribution: [ kilted ]
ros_distribution: [ lyrical ]
include:
- ros_distribution: 'kilted'
skip_keys: ""
- ros_distribution: 'lyrical'
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:

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>