File tree 2 files changed +18
-4
lines changed 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,12 @@ repositories:
16
16
url: https://github.com/PickNikRobotics/rviz_visual_tools.git
17
17
version: ros2
18
18
# 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
19
21
ros2_kortex:
20
22
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
23
25
# Remove ros2_robotiq_gripper when rolling binaries are available.
24
26
ros2_robotiq_gripper:
25
27
type: git
@@ -30,3 +32,8 @@ repositories:
30
32
type: git
31
33
url: https://github.com/tylerjw/serial.git
32
34
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
Original file line number Diff line number Diff line change @@ -8,10 +8,12 @@ repositories:
8
8
url: https://github.com/moveit/moveit_visual_tools
9
9
version: ros2
10
10
# 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
11
13
ros2_kortex:
12
14
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
15
17
# Remove ros2_robotiq_gripper when rolling binaries are available.
16
18
ros2_robotiq_gripper:
17
19
type: git
@@ -42,3 +44,8 @@ repositories:
42
44
type: git
43
45
url: https://github.com/PickNikRobotics/pick_ik
44
46
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
You can’t perform that action at this time.
0 commit comments