-
Notifications
You must be signed in to change notification settings - Fork 390
Open
Description
Hi,
I'm working with the 2f_gripper_action_server. In the Feedback message there is an apparently incorrect calculation of the gripper finger's position:
if the gripper is fully opened input.gPO is zero. If it is fully closed we got 255.
(see https://assets.robotiq.com/website-assets/support_documents/document/2F-85_2F-140_Instruction_Manual_CB-Series_PDF_20190329.pdf on page 53).
This implies
result.position = params.max_gap_ - input.gPO * dist_per_tick;
for the resulting gipper finger positon.
Metadata
Metadata
Assignees
Labels
No labels