Skip to content

Commit 2b87f11

Browse files
committed
Add lyrical devel environment
1 parent 84f1c39 commit 2b87f11

9 files changed

Lines changed: 382 additions & 202 deletions

File tree

.github/workflows/colcon.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- humble
3939
- jazzy
4040
- kilted
41+
- lyrical
4142
include:
4243
- ros_distro: humble
4344
upload_artifacts: true

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- humble
2626
- jazzy
2727
- kilted
28+
- lyrical
2829
- rolling
2930
steps:
3031
- name: Checkout repository

.github/workflows/weekly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- humble
2626
- jazzy
2727
- kilted
28+
- lyrical
2829
- rolling
2930
include:
3031
- ros_distro: humble

DEVELOPING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## Table of Contents
44

5-
- [Table of Contents](#table-of-contents)
65
- [Environment](#environment)
76
- [Workflow](#workflow)
87
- [CI/CD](#cicd)
@@ -38,7 +37,7 @@ To bring up a development environment:
3837
(cd beluga && ROSDISTRO=humble docker/run.sh)
3938
```
4039

41-
Supported distributions include `humble`, `jazzy`, `kilted`, and `rolling`.
40+
Supported distributions include `humble`, `jazzy`, `kilted`, `lyrical`, and `rolling`.
4241

4342
## Workflow
4443

0 commit comments

Comments
 (0)