Skip to content

Commit e26dce0

Browse files
fmauchRobertWilbrandt
authored andcommitted
Remove source build workflow and README entries
1 parent 18a761c commit e26dce0

File tree

2 files changed

+1
-60
lines changed

2 files changed

+1
-60
lines changed

.github/workflows/humble-source-build.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ Check also [presentations and videos](ur_robot_driver/doc/resources/README.md) a
4040
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/foxy-semi-binary-build.yml?query=event%3Aschedule++">
4141
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/foxy-semi-binary-build.yml/badge.svg?event=schedule"
4242
alt="Foxy Semi-Binary Build"/>
43-
</a> <br />
44-
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/foxy-source-build.yml?query=branch%3Afoxy+">
45-
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/foxy-source-build.yml/badge.svg?branch=foxy"
46-
alt="Foxy Source Build"/>
4743
</a>
4844
</td>
4945
<td>
@@ -54,10 +50,6 @@ Check also [presentations and videos](ur_robot_driver/doc/resources/README.md) a
5450
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/galactic-semi-binary-build.yml?query=event%3Aschedule++">
5551
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/galactic-semi-binary-build.yml/badge.svg?event=schedule"
5652
alt="Galactic Semi-Binary Build"/>
57-
</a> <br />
58-
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/galactic-source-build.yml?query=branch%3Agalactic+">
59-
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/galactic-source-build.yml/badge.svg?branch=galactic"
60-
alt="Galactic Source Build"/>
6153
</a>
6254
</td>
6355
<td>
@@ -68,10 +60,6 @@ Check also [presentations and videos](ur_robot_driver/doc/resources/README.md) a
6860
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/humble-semi-binary-build.yml?query=event%3Aschedule++">
6961
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/humble-semi-binary-build.yml/badge.svg?event=schedule"
7062
alt="Humble Semi-Binary Build"/>
71-
</a> <br />
72-
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/humble-source-build.yml?query=branch%3Ahumble">
73-
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/humble-source-build.yml/badge.svg?branch=humble"
74-
alt="Humble Source Build"/>
7563
</a>
7664
</td>
7765
<td>
@@ -82,17 +70,13 @@ Check also [presentations and videos](ur_robot_driver/doc/resources/README.md) a
8270
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/rolling-semi-binary-build.yml?query=branch%3Amain+">
8371
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/rolling-semi-binary-build.yml/badge.svg?branch=main"
8472
alt="Rolling Semi-Binary Build"/>
85-
</a> <br />
86-
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/rolling-source-build.yml?query=branch%3Amain+">
87-
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/rolling-source-build.yml/badge.svg?branch=main"
88-
alt="Rolling Source Build"/>
8973
</a>
9074
</td>
9175
</tr>
9276
</table>
9377

9478

95-
**NOTE**: There are three build stages checking current and future compatibility of the driver.
79+
**NOTE**: There are two build stages checking current and future compatibility of the driver.
9680

9781
1. Binary builds - against released packages (main and testing) in ROS distributions. Shows that direct local build is possible.
9882

@@ -103,8 +87,6 @@ Check also [presentations and videos](ur_robot_driver/doc/resources/README.md) a
10387

10488
Uses repos file: `src/Universal_Robots_ROS2_Driver/Universal_Robots_ROS2_Driver.repos`
10589

106-
1. Source build - also core ROS packages are build from source. It shows potential issues in the mid future.
107-
10890
Each of these stages also performs integration tests using ursim. In order to execute these tests locally, they have to be enabled:
10991
```
11092
colcon build --packages-select ur_robot_driver --cmake-args -DUR_ROBOT_DRIVER_BUILD_INTEGRATION_TESTS=On

0 commit comments

Comments
 (0)