Skip to content

Commit cda5e85

Browse files
Rebase from 'debian/iron/librealsense2'
1 parent 578aeab commit cda5e85

File tree

1,086 files changed

+102599
-198727
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,086 files changed

+102599
-198727
lines changed

.github/pull_request_template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!--
2+
Pull requests should go to the development branch:
3+
https://github.com/IntelRealSense/librealsense/tree/development/
4+
5+
If this is still a work-in-progress, please open it as DRAFT.
6+
7+
For further details, please see our contribution guidelines:
8+
https://github.com/IntelRealSense/librealsense/blob/master/CONTRIBUTING.md
9+
-->

.github/workflows/build-ROS2-package-CI.yaml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,29 @@ on:
66
pull_request:
77
branches: ['**']
88

9+
permissions: read-all
10+
911
jobs:
1012

1113
build_lrs_ros2_package:
1214
runs-on: ubuntu-latest
15+
timeout-minutes: 30
1316
strategy:
1417
matrix:
1518
ros_distribution:
16-
- foxy
17-
- galactic
1819
- humble
20+
- iron
1921
- rolling
2022

2123
include:
22-
# Foxy Fitzroy
23-
- docker_image: ubuntu:focal
24-
ros_distribution: foxy
25-
26-
# Galactic Geochelone
27-
- docker_image: ubuntu:focal
28-
ros_distribution: galactic
29-
3024
# Humble Hawksbill
3125
- docker_image: ubuntu:jammy
3226
ros_distribution: humble
3327

28+
# Iron Irwini
29+
- docker_image: ubuntu:jammy
30+
ros_distribution: iron
31+
3432
# Rolling Ridley
3533
- docker_image: ubuntu:jammy
3634
ros_distribution: rolling
@@ -40,12 +38,12 @@ jobs:
4038
steps:
4139

4240
- name: setup ROS environment
43-
uses: ros-tooling/setup-ros@v0.4
41+
uses: ros-tooling/setup-ros@v0.7
4442
with:
4543
required-ros-distributions: ${{ matrix.ros_distribution }}
4644

4745
- name: build librealsense ROS 2
48-
uses: ros-tooling/action-ros-ci@v0.2
46+
uses: ros-tooling/action-ros-ci@v0.3
4947
with:
5048
target-ros2-distro: ${{ matrix.ros_distribution }}
5149
skip-tests: true

0 commit comments

Comments
 (0)