Skip to content

Commit 1b2b846

Browse files
authored
Update Humble upstream workspace (#1176)
* Update Universal_Robots_ROS2_Driver.humble.repos As the master version of kinematics_interface got API incompatible we should update this in our workflow. * Add realtime_tools to upstream workspace * Make non-released upstream workspace empty
1 parent ecf0241 commit 1b2b846

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Universal_Robots_ROS2_Driver-not-released.humble.repos

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,4 @@
33
# requires a newer version than the one currently released to the target distributions.
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.
6-
repositories:
7-
Universal_Robots_ROS2_Description:
8-
type: git
9-
url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Description.git
10-
version: humble
6+
repositories: []

Universal_Robots_ROS2_Driver.humble.repos

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ repositories:
2222
kinematics_interface:
2323
type: git
2424
url: https://github.com/ros-controls/kinematics_interface.git
25-
version: master
25+
version: humble
2626
control_msgs:
2727
type: git
2828
url: https://github.com/ros-controls/control_msgs.git
2929
version: humble
30+
realtime_tools:
31+
type: git
32+
url: https://github.com/ros-controls/realtime_tools.git
33+
version: master

0 commit comments

Comments
 (0)