mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Compare commits
14 Commits
0.23.7-kil
...
jazzy-deve
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cbbe7a6b82 | ||
|
|
8ec754deca | ||
|
|
366a4a0174 | ||
|
|
d4e55c3a1d | ||
|
|
0445ae7c33 | ||
|
|
ce1e91b9f1 | ||
|
|
a19163fc75 | ||
|
|
eba90c1869 | ||
|
|
4af0e7dbea | ||
|
|
344fe4e4cf | ||
|
|
5e79fc559b | ||
|
|
04fdc0d9e2 | ||
|
|
f2df35be01 | ||
|
|
da9ff08198 |
12
.github/workflows/cmake-ros.yml
vendored
12
.github/workflows/cmake-ros.yml
vendored
@@ -3,7 +3,7 @@ name: CMake-ROS
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- jazzy-devel
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
@@ -27,18 +27,10 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
ros_distribution: [ humble, jazzy, kilted, lyrical, rolling]
|
ros_distribution: [ jazzy]
|
||||||
include:
|
include:
|
||||||
- ros_distribution: 'humble'
|
|
||||||
skip_keys: ""
|
|
||||||
- ros_distribution: 'jazzy'
|
- ros_distribution: 'jazzy'
|
||||||
skip_keys: ""
|
skip_keys: ""
|
||||||
- ros_distribution: 'kilted'
|
|
||||||
skip_keys: ""
|
|
||||||
- ros_distribution: 'lyrical'
|
|
||||||
skip_keys: "libpointmatcher"
|
|
||||||
- ros_distribution: 'rolling'
|
|
||||||
skip_keys: ""
|
|
||||||
container:
|
container:
|
||||||
image: osrf/ros:${{ matrix.ros_distribution }}-desktop-full
|
image: osrf/ros:${{ matrix.ros_distribution }}-desktop-full
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
<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