Skip to content

Commit

Permalink
Add MoveIt to upstream workspace
Browse files Browse the repository at this point in the history
This way, ros2_control will not be shadowed by installed binary
dependencies.
  • Loading branch information
urfeex committed Nov 7, 2024
1 parent 9f70287 commit c3aadc8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Universal_Robots_ROS2_Driver.jazzy.repos
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,15 @@ repositories:
type: git
url: https://github.com/ros-controls/realtime_tools.git
version: master
moveit2:
type: git
url: https://github.com/ros-planning/moveit2.git
version: main
moveit_msgs:
type: git
url: https://github.com/ros-planning/moveit_msgs.git
version: ros2
srdfdom:
type: git
url: https://github.com/moveit/srdfdom.git
version: ros2
12 changes: 12 additions & 0 deletions Universal_Robots_ROS2_Driver.rolling.repos
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,15 @@ repositories:
type: git
url: https://github.com/ros-controls/realtime_tools.git
version: master
moveit2:
type: git
url: https://github.com/ros-planning/moveit2.git
version: main
moveit_msgs:
type: git
url: https://github.com/ros-planning/moveit_msgs.git
version: ros2
srdfdom:
type: git
url: https://github.com/moveit/srdfdom.git
version: ros2

0 comments on commit c3aadc8

Please sign in to comment.