From 6020ecb3f89959ed8679216cffe329bf5320cbd6 Mon Sep 17 00:00:00 2001 From: Abishalini Date: Thu, 30 Nov 2023 21:35:07 -0700 Subject: [PATCH] Add ros2_robotiq_gripper to moveit2_tutorials.repo --- moveit2_tutorials.repos | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/moveit2_tutorials.repos b/moveit2_tutorials.repos index 9a552cf423..0ac0ba818d 100644 --- a/moveit2_tutorials.repos +++ b/moveit2_tutorials.repos @@ -12,6 +12,16 @@ repositories: type: git url: https://github.com/Kinovarobotics/ros2_kortex.git version: main + # Remove ros2_robotiq_gripper when rolling binaries are available. + ros2_robotiq_gripper: + type: git + url: https://github.com/PickNikRobotics/ros2_robotiq_gripper.git + version: main + # Serial is a dependency of ros2_robotiq_gripper. Remove when ros2_robotiq_gripper binaries are available. + serial: + type: git + url: https://github.com/tylerjw/serial.git + version: ros2 rviz_visual_tools: type: git url: https://github.com/PickNikRobotics/rviz_visual_tools.git