From cc857d249590881bc2d94b42c460becb3def3be2 Mon Sep 17 00:00:00 2001 From: Jakub Delicat Date: Wed, 15 May 2024 18:12:54 +0200 Subject: [PATCH] Added comment about GRP03 Signed-off-by: Jakub Delicat --- launch/gz_components.launch.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/launch/gz_components.launch.py b/launch/gz_components.launch.py index f7a64e6..0ff0b37 100644 --- a/launch/gz_components.launch.py +++ b/launch/gz_components.launch.py @@ -76,6 +76,8 @@ def get_launch_descriptions_from_yaml_node( "MAN06": "kinova_7dof", "MAN07": "kinova_7dof", "GRP02": "robotiq", + # "GRP03": "robotiq", Waiting for release + # https://github.com/PickNikRobotics/ros2_robotiq_gripper/blob/main/robotiq_description/urdf/robotiq_2f_85_macro.urdf.xacro } for component in node["components"]: