Skip to content

Commit

Permalink
Imported upstream version '2.55.1' of 'upstream'
Browse files Browse the repository at this point in the history
  • Loading branch information
SamerKhshiboun committed Apr 21, 2024
1 parent 8646ddf commit f75ac41
Show file tree
Hide file tree
Showing 1,073 changed files with 102,551 additions and 198,688 deletions.
9 changes: 9 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!--
Pull requests should go to the development branch:
https://github.com/IntelRealSense/librealsense/tree/development/
If this is still a work-in-progress, please open it as DRAFT.
For further details, please see our contribution guidelines:
https://github.com/IntelRealSense/librealsense/blob/master/CONTRIBUTING.md
-->
22 changes: 10 additions & 12 deletions .github/workflows/build-ROS2-package-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,29 @@ on:
pull_request:
branches: ['**']

permissions: read-all

jobs:

build_lrs_ros2_package:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
ros_distribution:
- foxy
- galactic
- humble
- iron
- rolling

include:
# Foxy Fitzroy
- docker_image: ubuntu:focal
ros_distribution: foxy

# Galactic Geochelone
- docker_image: ubuntu:focal
ros_distribution: galactic

# Humble Hawksbill
- docker_image: ubuntu:jammy
ros_distribution: humble

# Iron Irwini
- docker_image: ubuntu:jammy
ros_distribution: iron

# Rolling Ridley
- docker_image: ubuntu:jammy
ros_distribution: rolling
Expand All @@ -40,12 +38,12 @@ jobs:
steps:

- name: setup ROS environment
uses: ros-tooling/setup-ros@v0.4
uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: ${{ matrix.ros_distribution }}

- name: build librealsense ROS 2
uses: ros-tooling/action-ros-ci@v0.2
uses: ros-tooling/action-ros-ci@v0.3
with:
target-ros2-distro: ${{ matrix.ros_distribution }}
skip-tests: true
Expand Down
Loading

0 comments on commit f75ac41

Please sign in to comment.