|
| UpTorso () |
|
| ~UpTorso () |
|
Matrix | Jacobian_TorsoArmRight () |
|
Matrix | Jacobian_TorsoArmLeft () |
|
Matrix | Jacobian_TorsoHead () |
|
Matrix | Jacobian_HeadArmRight () |
|
Matrix | Jacobian_HeadArmLeft () |
|
Matrix | Jacobian_HeadTorso () |
|
Matrix | Jacobian_ArmLeftArmRight () |
|
Matrix | Jacobian_ArmRightArmLeft () |
|
Vector | Pose_TorsoArmRight (bool axisRep=false) |
|
Vector | Pose_TorsoArmLeft (bool axisRep=false) |
|
Vector | Pose_HeadArmRight (bool axisRep=false) |
|
Vector | Pose_HeadArmLeft (bool axisRep=false) |
|
Vector | Pose_TorsoHead (bool axisRep=false) |
|
Vector | Pose_HeadTorso (bool axisRep=false) |
|
Vector | Pose_ArmLeftArmRight (bool axisRep=false) |
|
Vector | Pose_ArmRightArmLeft (bool axisRep=false) |
|
string | toString () |
|
| iDynNode (const NewEulMode _mode=DYNAMIC) |
| Default constructor. More...
|
|
| iDynNode (const std::string &_info, const NewEulMode _mode=DYNAMIC, unsigned int verb=iCub::skinDynLib::VERBOSE) |
| Constructor with parameters. More...
|
|
virtual void | addLimb (iDyn::iDynLimb *limb, const yarp::sig::Matrix &H, const FlowType kinFlow=RBT_NODE_OUT, const FlowType wreFlow=RBT_NODE_IN, bool hasSensor=false) |
| Add one limb to the node, defining its RigidBodyTransformation. More...
|
|
yarp::sig::Matrix | getRBT (unsigned int iLimb) const |
| Return the RBT matrix of a certain limb attached to the node. More...
|
|
bool | solveKinematics (const yarp::sig::Vector &w0, const yarp::sig::Vector &dw0, const yarp::sig::Vector &ddp0) |
| Main function to manage the exchange of kinematic information among the limbs attached to the node. More...
|
|
bool | solveKinematics () |
| Main function to manage the exchange of kinematic information among the limbs attached to the node. More...
|
|
bool | setKinematicMeasure (const yarp::sig::Vector &w0, const yarp::sig::Vector &dw0, const yarp::sig::Vector &ddp0) |
| Set the kinematic measurement (w,dw,ddp) on the limb where the kinematic flow is of type RBT_NODE_IN. More...
|
|
virtual bool | solveWrench () |
| Main function to manage the exchange of wrench information among the limbs attached to the node. More...
|
|
bool | solveWrench (const yarp::sig::Matrix &FM) |
| This is to manage the exchange of wrench information among the limbs attached to the node. More...
|
|
bool | solveWrench (const yarp::sig::Matrix &F, const yarp::sig::Matrix &M) |
| This is to manage the exchange of wrench information among the limbs attached to the node. More...
|
|
virtual bool | setWrenchMeasure (const yarp::sig::Matrix &F, const yarp::sig::Matrix &M) |
| Set the wrench measure on the limbs with input wrench. More...
|
|
virtual bool | setWrenchMeasure (const yarp::sig::Matrix &FM) |
| Set the wrench measure on the limbs with input wrench. More...
|
|
yarp::sig::Vector | getForce () const |
| Return the node force. More...
|
|
yarp::sig::Vector | getMoment () const |
| Return the node moment. More...
|
|
yarp::sig::Vector | getAngVel () const |
| Return the node angular velocity. More...
|
|
yarp::sig::Vector | getAngAcc () const |
| Return the node angular acceleration. More...
|
|
yarp::sig::Vector | getLinAcc () const |
| Return the node linear acceleration. More...
|
|
yarp::sig::Matrix | computeJacobian (unsigned int iChain) |
| Compute the Jacobian of the limb with index iChain in the node, in its default direction (as it would be done by iKin). More...
|
|
yarp::sig::Matrix | computeJacobian (unsigned int iChain, unsigned int iLink) |
| Compute the Jacobian of the i-th link of the limb with index iChain in the node, in its default direction (as it would be done by iKin). More...
|
|
yarp::sig::Matrix | computeJacobian (unsigned int iChainA, JacobType dirA, unsigned int iChainB, JacobType dirB) |
| Compute the Jacobian between two links in two different chains. More...
|
|
yarp::sig::Matrix | computeJacobian (unsigned int iChainA, JacobType dirA, unsigned int iChainB, unsigned int iLinkB, JacobType dirB) |
| Compute the Jacobian between two links in two different chains. More...
|
|
yarp::sig::Vector | computePose (unsigned int iChainA, JacobType dirA, unsigned int iChainB, JacobType dirB, const bool axisRep) |
| Compute the Pose of the end-effector, given a "virtual" chain connecting two limbs. More...
|
|
yarp::sig::Vector | computePose (unsigned int iChainA, JacobType dirA, unsigned int iChainB, unsigned int iLinkB, JacobType dirB, const bool axisRep) |
| Compute the Pose of the end-effector, given a "virtual" chain connecting two limbs. More...
|
|
yarp::sig::Matrix | TESTING_computeCOMJacobian (unsigned int iChain, unsigned int iLink) |
| Compute the Jacobian of the COM of the i-th link of the limb with index iChain in the node. More...
|
|
yarp::sig::Matrix | TESTING_computeCOMJacobian (unsigned int iChainA, JacobType dirA, unsigned int iChainB, unsigned int iLinkB, JacobType dirB) |
| Compute the Jacobian of the COM of link iLinkB, in chainB, when two different chains (A and B) are connected. More...
|
|
|
void | zero () |
| Reset all data to zero. More...
|
|
void | compute_Pn_HAN (unsigned int iChainA, JacobType dirA, unsigned int iChainB, JacobType dirB, yarp::sig::Matrix &Pn, yarp::sig::Matrix &H_A_Node) |
| Compute Pn and H_A_Node matrices given two chains. More...
|
|
void | compute_Pn_HAN (unsigned int iChainA, JacobType dirA, unsigned int iChainB, unsigned int iLinkB, JacobType dirB, yarp::sig::Matrix &Pn, yarp::sig::Matrix &H_A_Node) |
| Compute Pn and H_A_Node matrices given two chains. More...
|
|
void | compute_Pn_HAN_COM (unsigned int iChainA, JacobType dirA, unsigned int iChainB, unsigned int iLinkB, JacobType dirB, yarp::sig::Matrix &Pn, yarp::sig::Matrix &H_A_Node) |
| Compute Pn and H_A_Node matrices given two chains. More...
|
|
unsigned int | howManyWrenchInputs (bool afterAttach=false) const |
| Return the number of limbs with wrench input, i.e. More...
|
|
unsigned int | howManyKinematicInputs (bool afterAttach=false) const |
| Return the number of limbs with kinematic input, i.e. More...
|
|
std::deque< RigidBodyTransformation > | rbtList |
| the list of RBT More...
|
|
NewEulMode | mode |
| STATIC/DYNAMIC/DYNAMIC_W_ROTOR/DYNAMIC_CORIOLIS_GRAVITY. More...
|
|
std::string | info |
| info or useful notes More...
|
|
unsigned int | verbose |
| verbosity flag More...
|
|
yarp::sig::Vector | w |
| angular velocity More...
|
|
yarp::sig::Vector | dw |
| angular acceleration More...
|
|
yarp::sig::Vector | ddp |
| linear acceleration More...
|
|
yarp::sig::Vector | F |
| force More...
|
|
yarp::sig::Vector | Mu |
| moment More...
|
|
yarp::sig::Vector | COM |
| COM position of the node. More...
|
|
double | mass |
| total mass of the node More...
|
|
Definition at line 44 of file main.cpp.