Rotation about an axis with bound. More...
#include <hpp/model/joint.hh>
Public Member Functions | |
Bounded (const Transform3f &initialPosition) | |
Bounded (const Bounded &joint) | |
JointPtr_t | clone () const |
Return pointer to copy of this Clone body and therefore inner and outer objects (see Body::clone). | |
virtual void | computePosition (ConfigurationIn_t configuration, const Transform3f &parentPosition, Transform3f &position) const |
Compute position of joint. | |
virtual | ~Bounded () |
Rotation about an axis with bound.
The configuration space of this joint is an interval of angle.
hpp::model::jointRotation::Bounded::Bounded | ( | const Transform3f & | initialPosition | ) |
hpp::model::jointRotation::Bounded::Bounded | ( | const Bounded & | joint | ) |
virtual hpp::model::jointRotation::Bounded::~Bounded | ( | ) | [inline, virtual] |
JointPtr_t hpp::model::jointRotation::Bounded::clone | ( | ) | const [virtual] |
Return pointer to copy of this Clone body and therefore inner and outer objects (see Body::clone).
Implements hpp::model::JointRotation.
virtual void hpp::model::jointRotation::Bounded::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::JointRotation.