Skip to content

Commit

Permalink
Use fork of ros2_kortex that does not depend on Gazebo classic (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Jul 26, 2024
1 parent 45acb1f commit 80bd8c2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
11 changes: 9 additions & 2 deletions .github/upstream.repos
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ repositories:
url: https://github.com/PickNikRobotics/rviz_visual_tools.git
version: ros2
# Remove ros2_kortex when rolling binaries are available.
# Need to use this fork since ros2_kortex depends on Gazebo classic packages:
# https://github.com/Kinovarobotics/ros2_kortex/issues/217
ros2_kortex:
type: git
url: https://github.com/Kinovarobotics/ros2_kortex.git
version: main
url: https://github.com/sea-bass/ros2_kortex.git
version: remove-gazebo-classic
# Remove ros2_robotiq_gripper when rolling binaries are available.
ros2_robotiq_gripper:
type: git
Expand All @@ -30,3 +32,8 @@ repositories:
type: git
url: https://github.com/tylerjw/serial.git
version: ros2
# Doesn't seem to be available from binaries yet
gz_ros2_control:
type: git
url: https://github.com/ros-controls/gz_ros2_control.git
version: master
11 changes: 9 additions & 2 deletions moveit2_tutorials.repos
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ repositories:
url: https://github.com/moveit/moveit_visual_tools
version: ros2
# Remove ros2_kortex when rolling binaries are available.
# Need to use this fork since ros2_kortex depends on Gazebo classic packages:
# https://github.com/Kinovarobotics/ros2_kortex/issues/217
ros2_kortex:
type: git
url: https://github.com/Kinovarobotics/ros2_kortex.git
version: main
url: https://github.com/sea-bass/ros2_kortex.git
version: remove-gazebo-classic
# Remove ros2_robotiq_gripper when rolling binaries are available.
ros2_robotiq_gripper:
type: git
Expand Down Expand Up @@ -42,3 +44,8 @@ repositories:
type: git
url: https://github.com/PickNikRobotics/pick_ik
version: main
# Doesn't seem to be available from binaries yet
gz_ros2_control:
type: git
url: https://github.com/ros-controls/gz_ros2_control.git
version: master

0 comments on commit 80bd8c2

Please sign in to comment.