Go to the documentation of this file.
95 const double& _inertia=0,
const double& _damping=0,
const double& _stiffness=0);
111 const double& _inertia=0,
const double& _damping=0,
const double& _stiffness=0);
282 virtual const char*
what()
const throw(){
283 return "Joint Type excption";}
const double & getStiffness() const
const Vector & getOrigin() const
KDL::Joint::joint_type_exception joint_type_ex
const double & getOffset() const
Twist twist(const double &qdot) const
const Vector & getAxis() const
Joint(const std::string &name, const JointType &type=Fixed, const double &scale=1, const double &offset=0, const double &inertia=0, const double &damping=0, const double &stiffness=0)
Vector JointOrigin() const
const std::string & getName() const
Frame pose(const double &q) const
A concrete implementation of a 3 dimensional vector class.
represents both translational and rotational velocities.
const double & getDamping() const
virtual const char * what() const
represents a frame transformation in 3D space (rotation + translation)
const double & getInertia() const
const double & getScale() const
const JointType & getType() const
This class encapsulates a simple joint, that is with one parameterized degree of freedom and with sca...
const std::string getTypeName() const