Skip to content

Commit 4d19be1

Browse files
authored
Fix semi-binary builds (#62)
* Add srdfdom to upstream workspace, as well * Also add driver repo to upstream workspace The controllers and moveit package live there
1 parent 76de338 commit 4d19be1

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

ur_simulation_gz.jazzy.repos

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ repositories:
1111
type: git
1212
url: https://github.com/ros-planning/moveit_msgs.git
1313
version: ros2
14+
srdfdom:
15+
type: git
16+
url: https://github.com/moveit/srdfdom.git
17+
version: ros2
1418
ros2_control:
1519
type: git
1620
url: https://github.com/ros-controls/ros2_control.git
@@ -27,3 +31,7 @@ repositories:
2731
type: git
2832
url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Description.git
2933
version: rolling
34+
Universal_Robots_ROS2_Driver:
35+
type: git
36+
url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver.git
37+
version: main

ur_simulation_gz.rolling.repos

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ repositories:
1111
type: git
1212
url: https://github.com/ros-planning/moveit_msgs.git
1313
version: ros2
14+
srdfdom:
15+
type: git
16+
url: https://github.com/moveit/srdfdom.git
17+
version: ros2
1418
ros2_control:
1519
type: git
1620
url: https://github.com/ros-controls/ros2_control.git
@@ -27,3 +31,7 @@ repositories:
2731
type: git
2832
url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Description.git
2933
version: rolling
34+
Universal_Robots_ROS2_Driver:
35+
type: git
36+
url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver.git
37+
version: main

0 commit comments

Comments
 (0)