Skip to content

Commit 19150c7

Browse files
committed
added newer ROS2 versions
1 parent 483f615 commit 19150c7

File tree

3 files changed

+43
-14
lines changed

3 files changed

+43
-14
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
name: melodic
1+
name: iron
22
on:
33
push:
44
branches:
55
- 'develop'
6-
- 'melodic'
6+
- 'iron'
77
pull_request:
88
branches:
99
- 'develop'
10-
- 'melodic'
10+
- 'iron'
1111
workflow_dispatch:
1212
branches:
1313
- '*'
1414
jobs:
15-
ros_noetic:
16-
name: melodic
17-
runs-on: ubuntu-18.04
15+
ros_iron:
16+
name: iron
17+
runs-on: ubuntu-22.04
1818
strategy:
1919
fail-fast: false
2020
steps:
2121
- name: Checkout LVR2
2222
uses: actions/checkout@v4
2323
with:
2424
submodules: recursive
25-
26-
- name: Compile LVR2 in ROS2 1 melodic WS
25+
26+
- name: Compile LVR2 in ROS 2 iron WS
2727
uses: 'ros-industrial/industrial_ci@master'
2828
env:
29-
ROS_DISTRO: melodic
29+
ROS_DISTRO: iron
3030
ROS_REPO: main
3131
AFTER_SCRIPT: cd ~/target_ws && ./build/lvr2/bin/lvr2_reconstruct src/lvr2/dat/scan.pts

.github/workflows/ros-jazzy.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: jazzy
2+
on:
3+
push:
4+
branches:
5+
- 'develop'
6+
- 'jazzy'
7+
pull_request:
8+
branches:
9+
- 'develop'
10+
- 'jazzy'
11+
workflow_dispatch:
12+
branches:
13+
- '*'
14+
jobs:
15+
ros_jazzy:
16+
name: jazzy
17+
runs-on: ubuntu-24.04
18+
strategy:
19+
fail-fast: false
20+
steps:
21+
- name: Checkout LVR2
22+
uses: actions/checkout@v4
23+
with:
24+
submodules: recursive
25+
26+
- name: Compile LVR2 in ROS 2 jazzy WS
27+
uses: 'ros-industrial/industrial_ci@master'
28+
env:
29+
ROS_DISTRO: jazzy
30+
ROS_REPO: main
31+
AFTER_SCRIPT: cd ~/target_ws && ./build/lvr2/bin/lvr2_reconstruct src/lvr2/dat/scan.pts

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ Please reference the following papers when using the lvr2 library in your scient
133133
You can simply download this library and compile it inside your ROS workspace. The following ROS distributions are supported:
134134

135135
| Version | Supported Distributions |
136-
|:------|:-----|
137-
| ROS 1 | [![CI](https://github.com/uos/lvr2/workflows/noetic/badge.svg)](https://github.com/uos/lvr2/actions/workflows/ros-noetic.yml) |
138-
| ROS 2 | [![CI](https://github.com/uos/lvr2/workflows/humble/badge.svg)](https://github.com/uos/lvr2/actions/workflows/ros-humble.yml) |
139-
140-
136+
|:-----------|:----------------------------|
137+
| ROS 1 | [![noetic](https://github.com/uos/lvr2/actions/workflows/ros-noetic.yml/badge.svg)](https://github.com/uos/lvr2/actions/workflows/ros-noetic.yml) |
138+
| ROS 2 | [![humble](https://github.com/uos/lvr2/actions/workflows/ros-humble.yml/badge.svg)](https://github.com/uos/lvr2/actions/workflows/ros-humble.yml) [![iron](https://github.com/uos/lvr2/actions/workflows/ros-iron.yml/badge.svg)](https://github.com/uos/lvr2/actions/workflows/ros-iron.yml) [![jazzy](https://github.com/uos/lvr2/actions/workflows/ros-jazzy.yml/badge.svg)](https://github.com/uos/lvr2/actions/workflows/ros-jazzy.yml) |

0 commit comments

Comments
 (0)