Skip to content

Parameter explanation #13

@ambitious-octopus

Description

@ambitious-octopus

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:

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:

image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions