Public Member Functions | |
Finger () | |
Default constructor for creating Finger, position is set 0. More... | |
Finger (int pos) | |
Create Finger, position is. More... | |
Finger (const Finger &f) | |
Create Finger, position is taken form. More... | |
double | joint1 () const |
joint_1 value for Finger More... | |
double | joint2 () const |
joint_2 value for Finger More... | |
double | joint3 () const |
joint_3 value for Finger More... | |
Public Attributes | |
int | position |
Position of the Finger. More... | |
Finger class for single Robotiq 3F gripper finger.
Definition at line 51 of file robotiq_3f_gripper_joint_states.cpp.
|
inline |
Default constructor for creating Finger, position is set 0.
Definition at line 53 of file robotiq_3f_gripper_joint_states.cpp.
|
inline |
Create Finger, position is.
pos |
Definition at line 54 of file robotiq_3f_gripper_joint_states.cpp.
|
inline |
Create Finger, position is taken form.
Finger |
Definition at line 55 of file robotiq_3f_gripper_joint_states.cpp.
|
inline |
joint_1 value for Finger
Calculate joint1 based on the Finger position. Assumes that fingers are in a non-interfering state. See Section 4.1 in https://www.cs.indiana.edu/ftp/techreports/TR711.pdf
Definition at line 66 of file robotiq_3f_gripper_joint_states.cpp.
|
inline |
joint_2 value for Finger
Calculate joint2 based on the Finger position. Assumes that fingers are in a non-interfering state. See section 4.1 in https://www.cs.indiana.edu/ftp/techreports/TR711.pdf
Definition at line 75 of file robotiq_3f_gripper_joint_states.cpp.
|
inline |
joint_3 value for Finger
Calculate joint3 based on the Finger position. Assumes that fingers are in a non-interfering state. See section 4.1 in https://www.cs.indiana.edu/ftp/techreports/TR711.pdf
Definition at line 85 of file robotiq_3f_gripper_joint_states.cpp.
int Finger::position |
Position of the Finger.
Definition at line 59 of file robotiq_3f_gripper_joint_states.cpp.