#include <hpp/model/joint.hh>
Public Member Functions | |
JointAnchor (const Transform3f &initialPosition) | |
JointAnchor (const JointAnchor &joint) | |
virtual JointPtr_t | clone () const |
Return pointer to copy of this Clone body and therefore inner and outer objects (see Body::clone). | |
virtual | ~JointAnchor () |
virtual void | computePosition (ConfigurationIn_t configuration, const Transform3f &parentPosition, Transform3f &position) const |
Compute position of joint. | |
virtual value_type | upperBoundLinearVelocity () const |
Get upper bound on linear velocity of the joint frame. | |
virtual value_type | upperBoundAngularVelocity () const |
Get upper bound on angular velocity of the joint frame. | |
Protected Member Functions | |
virtual void | computeMaximalDistanceToParent () |
Anchor Joint.
An anchor joint has no degree of freedom. It is usually used as an intermediate frame in a kinematic chain, or as a root joint for a multi-robot kinematic chain.
hpp::model::JointAnchor::JointAnchor | ( | const Transform3f & | initialPosition | ) |
hpp::model::JointAnchor::JointAnchor | ( | const JointAnchor & | joint | ) |
virtual hpp::model::JointAnchor::~JointAnchor | ( | ) | [virtual] |
virtual JointPtr_t hpp::model::JointAnchor::clone | ( | ) | const [virtual] |
Return pointer to copy of this Clone body and therefore inner and outer objects (see Body::clone).
Implements hpp::model::Joint.
virtual void hpp::model::JointAnchor::computeMaximalDistanceToParent | ( | ) | [protected, virtual] |
Implements hpp::model::Joint.
virtual void hpp::model::JointAnchor::computePosition | ( | ConfigurationIn_t | configuration, |
const Transform3f & | parentPosition, | ||
Transform3f & | position | ||
) | const [virtual] |
Compute position of joint.
configuration | the configuration of the robot, |
parentPosition | position of parent joint, |
position | position of this joint. |
Implements hpp::model::Joint.
virtual value_type hpp::model::JointAnchor::upperBoundAngularVelocity | ( | ) | const [inline, virtual] |
virtual value_type hpp::model::JointAnchor::upperBoundLinearVelocity | ( | ) | const [inline, virtual] |