Compare commits

...

4 Commits

Author SHA1 Message Date
matlabbe
6df70269c5 Disabled grid_map dep for humble (#1450
)
2025-02-12 19:30:59 -08:00
matlabbe
a952034604 Merge branch 'master' of github.com:introlab/rtabmap into humble-devel 2025-02-12 19:28:50 -08:00
matlabbe
bd99ac1007 merged master 2024-11-30 19:49:10 -08:00
matlabbe
0a9f0bfe4d CI: only build humble in humble-devel branch 2024-11-30 18:32:29 -08:00
2 changed files with 3 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ name: CMake-ROS
on: on:
push: push:
branches: branches:
- master - humble-devel
pull_request: pull_request:
branches: branches:
- '**' - '**'
@@ -23,10 +23,8 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
ros_distribution: [ noetic, humble ] ros_distribution: [ humble ]
include: include:
- ros_distribution: 'noetic'
os: ubuntu-20.04
- ros_distribution: 'humble' - ros_distribution: 'humble'
os: ubuntu-22.04 os: ubuntu-22.04

View File

@@ -22,7 +22,7 @@
<!-- <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>
<depend>grid_map_core</depend> <!-- <depend>grid_map_core</depend> --> <!-- till this PR is released https://github.com/ANYbotics/grid_map/pull/499 -->
<depend>qt_gui_cpp</depend> <!-- libqt4-dev or libqt5-dev --> <depend>qt_gui_cpp</depend> <!-- libqt4-dev or libqt5-dev -->
<depend>zlib</depend> <depend>zlib</depend>