mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Compare commits
3 Commits
0.23.7-lyr
...
0.23.7-kil
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63f7037202 | ||
|
|
821ab8b8a8 | ||
|
|
e51ba8dca2 |
8
.github/workflows/cmake-ros.yml
vendored
8
.github/workflows/cmake-ros.yml
vendored
@@ -3,7 +3,7 @@ name: CMake-ROS
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- lyrical-devel
|
- kilted-devel
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
@@ -27,10 +27,10 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
ros_distribution: [ lyrical ]
|
ros_distribution: [ kilted ]
|
||||||
include:
|
include:
|
||||||
- ros_distribution: 'lyrical'
|
- ros_distribution: 'kilted'
|
||||||
skip_keys: "" # When releasing to ROS2, the skip_keys shoudl be empty, patch these deps in package.xml instead.
|
skip_keys: ""
|
||||||
container:
|
container:
|
||||||
image: osrf/ros:${{ matrix.ros_distribution }}-desktop-full
|
image: osrf/ros:${{ matrix.ros_distribution }}-desktop-full
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<depend>gtsam</depend>
|
<depend>gtsam</depend>
|
||||||
<!-- <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> 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>libpointmatcher</depend> <!-- 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>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>
|
||||||
|
|||||||
Reference in New Issue
Block a user