In file /home/blah/darwin2k/src/d2k/d2kcore/configuration.h:stores data on each of a configuration's end effectors
Public Fields
-
int chainIndex
- the index of the serial chain to which the end effector belongs
-
int linkIndex
- the index of the link containing the end effector
-
serialChain* c
- a pointer to the serial chain to which the end effector belongs
-
link* l
- the link containing the end effector
-
toolModule* tool
- the tool module that created the end effector
-
triple tipForce
- the world-space force currently being applied by the end effector
-
triple tipTorque
- the world-space moment currently being applied by the end effector
-
synObject* userData
- a pointer to user-specified data
-
int rowOffset
- the offset into the configuration's of Jacobian
-
triple xworld
- the current world-space location of the end effector's TCP
-
quaternion qworld
- the current world-space orientation of the end effector's TCP
-
int usePayload
- indicates whether a payload is currently attached to the TCP
-
int useAppliedForce
- indicates whether tipForce and tipTorque are being applied
-
payload* pl
- the payload attached to the TCP (when usePayload == 1)
-
rigidClosure* plConstraint
- a constraint to keep the payload attached to the TCP (not used during kinematic simulation)
Documentation
stores data on each of a configuration's end effectors
int chainIndex
- the index of the serial chain to which the end effector belongs
int linkIndex
- the index of the link containing the end effector
serialChain* c
- a pointer to the serial chain to which the end effector belongs
link* l
- the link containing the end effector
toolModule* tool
- the tool module that created the end effector
triple tipForce
- the world-space force currently being applied by the end effector
triple tipTorque
- the world-space moment currently being applied by the end effector
synObject* userData
- a pointer to user-specified data
int rowOffset
- the offset into the configuration's of Jacobian
triple xworld
- the current world-space location of the end effector's TCP
quaternion qworld
- the current world-space orientation of the end effector's TCP
int usePayload
- indicates whether a payload is currently attached to the TCP
int useAppliedForce
- indicates whether tipForce and tipTorque are being applied
payload* pl
- the payload attached to the TCP (when usePayload == 1)
rigidClosure* plConstraint
- a constraint to keep the payload attached to the TCP (not used
during kinematic simulation)
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.