File tree Expand file tree Collapse file tree 3 files changed +43
-14
lines changed Expand file tree Collapse file tree 3 files changed +43
-14
lines changed Original file line number Diff line number Diff line change 1
- name : melodic
1
+ name : iron
2
2
on :
3
3
push :
4
4
branches :
5
5
- ' develop'
6
- - ' melodic '
6
+ - ' iron '
7
7
pull_request :
8
8
branches :
9
9
- ' develop'
10
- - ' melodic '
10
+ - ' iron '
11
11
workflow_dispatch :
12
12
branches :
13
13
- ' *'
14
14
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
18
18
strategy :
19
19
fail-fast : false
20
20
steps :
21
21
- name : Checkout LVR2
22
22
uses : actions/checkout@v4
23
23
with :
24
24
submodules : recursive
25
-
26
- - name : Compile LVR2 in ROS2 1 melodic WS
25
+
26
+ - name : Compile LVR2 in ROS 2 iron WS
27
27
uses : ' ros-industrial/industrial_ci@master'
28
28
env :
29
- ROS_DISTRO : melodic
29
+ ROS_DISTRO : iron
30
30
ROS_REPO : main
31
31
AFTER_SCRIPT : cd ~/target_ws && ./build/lvr2/bin/lvr2_reconstruct src/lvr2/dat/scan.pts
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -133,8 +133,6 @@ Please reference the following papers when using the lvr2 library in your scient
133
133
You can simply download this library and compile it inside your ROS workspace. The following ROS distributions are supported:
134
134
135
135
| 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 ) |
You can’t perform that action at this time.
0 commit comments