Skip to content

Commit 80bd8c2

Browse files
authored
Use fork of ros2_kortex that does not depend on Gazebo classic (#921)
1 parent 45acb1f commit 80bd8c2

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

.github/upstream.repos

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ repositories:
1616
url: https://github.com/PickNikRobotics/rviz_visual_tools.git
1717
version: ros2
1818
# Remove ros2_kortex when rolling binaries are available.
19+
# Need to use this fork since ros2_kortex depends on Gazebo classic packages:
20+
# https://github.com/Kinovarobotics/ros2_kortex/issues/217
1921
ros2_kortex:
2022
type: git
21-
url: https://github.com/Kinovarobotics/ros2_kortex.git
22-
version: main
23+
url: https://github.com/sea-bass/ros2_kortex.git
24+
version: remove-gazebo-classic
2325
# Remove ros2_robotiq_gripper when rolling binaries are available.
2426
ros2_robotiq_gripper:
2527
type: git
@@ -30,3 +32,8 @@ repositories:
3032
type: git
3133
url: https://github.com/tylerjw/serial.git
3234
version: ros2
35+
# Doesn't seem to be available from binaries yet
36+
gz_ros2_control:
37+
type: git
38+
url: https://github.com/ros-controls/gz_ros2_control.git
39+
version: master

moveit2_tutorials.repos

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ repositories:
88
url: https://github.com/moveit/moveit_visual_tools
99
version: ros2
1010
# Remove ros2_kortex when rolling binaries are available.
11+
# Need to use this fork since ros2_kortex depends on Gazebo classic packages:
12+
# https://github.com/Kinovarobotics/ros2_kortex/issues/217
1113
ros2_kortex:
1214
type: git
13-
url: https://github.com/Kinovarobotics/ros2_kortex.git
14-
version: main
15+
url: https://github.com/sea-bass/ros2_kortex.git
16+
version: remove-gazebo-classic
1517
# Remove ros2_robotiq_gripper when rolling binaries are available.
1618
ros2_robotiq_gripper:
1719
type: git
@@ -42,3 +44,8 @@ repositories:
4244
type: git
4345
url: https://github.com/PickNikRobotics/pick_ik
4446
version: main
47+
# Doesn't seem to be available from binaries yet
48+
gz_ros2_control:
49+
type: git
50+
url: https://github.com/ros-controls/gz_ros2_control.git
51+
version: master

0 commit comments

Comments
 (0)