Skip to content

Commit e250715

Browse files
fmauchRobertWilbrandt
authored andcommitted
Use binary released packages for binary builds only.
The idea behind this is basically this: * If we require direct upstream dependencies in a more recent version, we have the semi-binary builds. With this, it would be acceptable, that the binary builds turn failed if there has been an upstream breaking change, that we already adapted to. * For development the semi-binary builds are the actually interesting ones. They will keep building upstream dependencies from their most recent versions. * The binary builds should give us feedback whether the driver will work with the currently released packages. This is only a valid feedback if it is actually built against the released state.
1 parent 25545e9 commit e250715

4 files changed

+2
-34
lines changed

Universal_Robots_ROS2_Driver-not-released.humble.repos

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,3 @@
44
# Once Upstream packages are released and synced to the target distributions in the required
55
# version, the entry in this file shall be removed again.
66
repositories:
7-
Universal_Robots_ROS2_Description:
8-
type: git
9-
url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Description.git
10-
version: ros2
11-
ros2_control:
12-
type: git
13-
url: https://github.com/ros-controls/ros2_control.git
14-
version: humble
15-
ros2_controllers:
16-
type: git
17-
url: https://github.com/ros-controls/ros2_controllers
18-
version: humble
19-
control_msgs:
20-
type: git
21-
url: https://github.com/ros-controls/control_msgs.git
22-
version: humble

Universal_Robots_ROS2_Driver-not-released.rolling.repos

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,3 @@
44
# Once Upstream packages are released and synced to the target distributions in the required
55
# version, the entry in this file shall be removed again.
66
repositories:
7-
Universal_Robots_ROS2_Description:
8-
type: git
9-
url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Description.git
10-
version: ros2
11-
ros2_control:
12-
type: git
13-
url: https://github.com/ros-controls/ros2_control.git
14-
version: master
15-
ros2_controllers:
16-
type: git
17-
url: https://github.com/ros-controls/ros2_controllers
18-
version: master
19-
control_msgs:
20-
type: git
21-
url: https://github.com/ros-controls/control_msgs.git
22-
version: master

Universal_Robots_ROS2_Driver.humble.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repositories:
66
Universal_Robots_ROS2_Description:
77
type: git
88
url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Description.git
9-
version: ros2
9+
version: humble
1010
ur_msgs:
1111
type: git
1212
url: https://github.com/ros-industrial/ur_msgs.git

Universal_Robots_ROS2_Driver.rolling.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ repositories:
2626
control_msgs:
2727
type: git
2828
url: https://github.com/ros-controls/control_msgs.git
29-
version: humble
29+
version: master

0 commit comments

Comments
 (0)