From a20a98122876e917455f660087101b98e4d356e7 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Fri, 10 Jan 2025 00:30:08 +0100 Subject: [PATCH] user doc updated Co-authored-by: Dr. Denis --- io_gripper_controller/doc/userdoc.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/io_gripper_controller/doc/userdoc.rst b/io_gripper_controller/doc/userdoc.rst index b51ae43000..bdf45844a2 100644 --- a/io_gripper_controller/doc/userdoc.rst +++ b/io_gripper_controller/doc/userdoc.rst @@ -5,7 +5,9 @@ io_gripper_controller ============================= -The IO Gripper Controller provides implementation to control the gripper using IOs. It provides functionalities like open, close and reconfigure which can be used either though action server or service server and also publishes ``joint_states`` of gripper and also ``dynamic_interfaces`` for all command and state interfaces. +The IO Gripper Controller provides implementation to control the grippers that are commanded using IOs. +This is often the case for pneumatic gripper in the industy, that can range from simple parallel gripper up to custom, multi-dof grippers for manipulating specific parts. + It provides functionalities like open, close and reconfigure which can be used either though action server or service server and also publishes gripper's joint values if any and provides output for all gripper's command and state interfaces. Description of controller's interfaces ---------------------------------------