-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
First, great job, the algorithm is great.
I have been wondering for a few days about the parameters related to the gripper, I use a Robotiq 3 Finger Gripper.
The system works quite well but some generated poses are not correct. In light of this I am here to ask you for a detailed explanation of the parameters.
This is the portion of the code I am referring to:
agile_grasp/src/tests/hands_test.cpp
Lines 83 to 90 in 83ef7a9
| double finger_width_ = 0.01; | |
| double hand_outer_diameter_ = 0.09; | |
| double hand_depth_ = 0.06; | |
| FingerHand finger_hand(finger_width_, hand_outer_diameter_, hand_depth_); | |
| double hand_height_ = 0.02; | |
| double init_bite_ = 0.01; |
This is what I assume these parameters are:
1 FingerWidth
2 HandOuterDiameter
3 HandDepth
4 InitBite (not sure)
5 HandHeight (not sure)
Can I get some feedback on that? Thank you in advance for the support.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
