Skip to content

Commit 92c95d6

Browse files
committed
Temporarily depend on PickNik fork to fix missing gazebo_ros2_control rosdep
1 parent 99b4203 commit 92c95d6

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/upstream.repos

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ repositories:
1818
# Remove ros2_kortex when rolling binaries are available.
1919
ros2_kortex:
2020
type: git
21-
url: https://github.com/Kinovarobotics/ros2_kortex.git
22-
version: main
21+
url: https://github.com/PickNikRobotics/ros2_kortex.git
22+
version: fix_gz_ros2_control
2323
# Remove ros2_robotiq_gripper when rolling binaries are available.
2424
ros2_robotiq_gripper:
2525
type: git

moveit2_tutorials.repos

+5-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ repositories:
88
url: https://github.com/moveit/moveit_visual_tools
99
version: ros2
1010
# Remove ros2_kortex when rolling binaries are available.
11+
# We temporarily depend on a fork because ros2_kortex includes
12+
# the unavailable dependency to gazebo_ros2_control
13+
# See https://github.com/moveit/moveit2/issues/2864
1114
ros2_kortex:
1215
type: git
13-
url: https://github.com/Kinovarobotics/ros2_kortex.git
14-
version: main
16+
url: https://github.com/PickNikRobotics/ros2_kortex.git
17+
version: fix_gz_ros2_control
1518
# Remove ros2_robotiq_gripper when rolling binaries are available.
1619
ros2_robotiq_gripper:
1720
type: git

0 commit comments

Comments
 (0)