Skip to content

Commit 25bc3c7

Browse files
Add support for ROS2 lyrical
1 parent e5acd29 commit 25bc3c7

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- iron
4444
- jazzy
4545
- kilted
46+
- lyrical
4647
include:
4748
- distro: rolling
4849
ubuntu: jammy
@@ -67,7 +68,7 @@ jobs:
6768
strategy:
6869
fail-fast: false
6970
matrix:
70-
ROS_DISTRO: [humble, jazzy, kilted]
71+
ROS_DISTRO: [humble, jazzy, kilted, lyrical]
7172
runs-on: ubuntu-latest
7273
steps:
7374
- uses: actions/checkout@v4

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The following `ROS <http://wiki.ros.org/Distributions>`__ / `ROS2 <https://index
4242
* `Iron <https://docs.ros.org/en/iron/Releases/Release-Iron-Irwini.html>`__ *(EOL)*
4343
* `Jazzy <https://docs.ros.org/en/jazzy/Releases/Release-Jazzy-Jalisco.html>`__
4444
* `Kilted <https://docs.ros.org/en/kilted/Releases/Release-Kilted-Kaiju.html>`__
45+
* `Lyrical <https://docs.ros.org/en/lyrical/Releases/Release-Lyrical-Luth.html>`__
4546
* `Rolling <https://index.ros.org/doc/ros2/Releases/Release-Rolling-Ridley/>`__
4647

4748
Supported CIs

industrial_ci/src/ros.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ function _set_ros_defaults {
107107
"kilted")
108108
_ros2_defaults "noble"
109109
;;
110+
"lyrical")
111+
_ros2_defaults "resolute"
112+
;;
110113
"rolling")
111114
_ros2_defaults "noble"
112115
if [ "$OS_CODE_NAME" == "jammy" ]; then

0 commit comments

Comments
 (0)