mirror of
https://github.com/introlab/rtabmap_ros.git
synced 2026-09-12 22:30:19 +08:00
fixing rolling ci apt source, changed name of docker workflow on ros2 to docker-ros2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: docker
|
||||
name: docker-ros2
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
@@ -38,6 +38,7 @@ jobs:
|
||||
packages: 'rtabmap_launch rtabmap_demos rtabmap_python rtabmap_examples rtabmap_rviz_plugins'
|
||||
- ros_distro: rolling
|
||||
skip_keys: 'nav2_bringup nav2_msgs velodyne'
|
||||
use_ros2_testing: true # Rolling is using ros2-testing (nightly)
|
||||
# rtabmap_costmap_plugins cannot be built, missing nav2 on rolling, build other packages:
|
||||
packages: 'rtabmap_launch rtabmap_demos rtabmap_python rtabmap_examples rtabmap_rviz_plugins'
|
||||
fail-fast: false
|
||||
@@ -48,6 +49,7 @@ jobs:
|
||||
- uses: ros-tooling/setup-ros@v0.7
|
||||
with:
|
||||
required-ros-distributions: ${{ matrix.ros_distro }}
|
||||
use-ros2-testing: ${{ matrix.use_ros2_testing || false }}
|
||||
- run: |
|
||||
DEBIAN_FRONTEND=noninteractive
|
||||
sudo apt update
|
||||
|
||||
Reference in New Issue
Block a user