mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
Compare commits
5 Commits
0.22.0-jaz
...
0.22.0-hum
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f365a96446 | ||
|
|
6df70269c5 | ||
|
|
a952034604 | ||
|
|
bd99ac1007 | ||
|
|
0a9f0bfe4d |
10
.github/workflows/cmake-ros.yml
vendored
10
.github/workflows/cmake-ros.yml
vendored
@@ -3,7 +3,7 @@ name: CMake-ROS
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- jazzy-devel
|
- humble-devel
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
@@ -23,10 +23,16 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
ros_distribution: [jazzy]
|
ros_distribution: [ humble ]
|
||||||
include:
|
include:
|
||||||
|
- ros_distribution: 'humble'
|
||||||
|
os: ubuntu-22.04
|
||||||
- ros_distribution: 'jazzy'
|
- ros_distribution: 'jazzy'
|
||||||
os: ubuntu-24.04
|
os: ubuntu-24.04
|
||||||
|
- ros_distribution: 'kilted'
|
||||||
|
os: ubuntu-24.04
|
||||||
|
- ros_distribution: 'rolling'
|
||||||
|
os: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup ROS2
|
- name: Setup ROS2
|
||||||
|
|||||||
@@ -16,7 +16,6 @@
|
|||||||
<depend>cv_bridge</depend>
|
<depend>cv_bridge</depend>
|
||||||
<depend>libg2o</depend>
|
<depend>libg2o</depend>
|
||||||
<depend>gtsam</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>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> <!-- 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 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user