-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some questions on the different frames used in the project #6
Comments
Another questions: In
|
Another question: At leat in the |
There are lots of -= operation, like "palm", "hand", "ttip" transformations. Does these all happen on the object pose? Why does this -= value different? In
In
In
In
|
The base frame is the base of the franka arm. The object frame is at the centroid of the given object. The frames hand, palm and ttip are all refered to the franka-hand (the end-effector), the only difference is a translation in z-direction. hand is at the wrist, palm is at the base of the fingers, tooltip is at the end of the fingers. QUESTION 1
QUESTION 2
QUESTION 3
QUESTION 4 |
Thanks so much for your clear clarification. It solves my most questions.
|
To clarify the task above, I aim to perform grasp generation in a cluttered scene within the |
|
Dear Eugenio, Thanks so much for the reply! Your responses clearly solve my questions. |
In the The code includes transformations that adjust the grasp pose along the z-axis (
Is that correct for franka gripper? |
No, those transformations are valid for the gripper used in the GraspNet1B dataset, (see its docs). Watch out, because everything in the For the franka gripper, you can also confirm my numbers by looking at the datasheet |
Thank you so much! I have a couple of questions:
|
Dear Eugenio,
I am currently trying to understand the different frames used in the project, such as the object frame, camera frame, world frame, and base frame. I noticed that for the base frame, there are multiple representations like palm, hand, and ttip. I have a few questions for clarification:
Thank you in advance for your clarification!
The text was updated successfully, but these errors were encountered: