How can I get the fingertip position of Robotiq 2F 140 gripper? #4652
Unanswered
junshi356rl
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am working on a reinforcement learning grasping task in Isaac Lab (running on Isaac Sim 5.1.0). The setup involves a UR10 arm equipped with a Robotiq 2F-140 gripper, using the default USD assets provided with Isaac Lab.
The Issue: I need the precise position of the gripper fingertips to design a reward function that encourages the fingers to approach the cube. However, I am encountering the following problems:
My Question: Could anyone suggest the correct method to query or calculate the center/tip position of the gripper fingertips for use in RL observations or rewards? Should I be computing the transform relative to a specific parent link, or is there a specific API call I am missing?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions