23 #ifndef KDL_SEGMENT_HPP 24 #define KDL_SEGMENT_HPP 100 Twist twist(
const double& q,
const double& qdot)
const;
Segment & operator=(const Segment &arg)
This class encapsulates a simple segment, that is a "rigid body" (i.e., a frame and a rigid body...
This class encapsulates a serial kinematic interconnection structure. It is built out of segments...
6D Inertia of a rigid body
Frame getFrameToTip() const
Frame pose(const double &q) const
Frame pose(const double &q) const
Twist twist(const double &q, const double &qdot) const
void setInertia(const RigidBodyInertia &Iin)
represents both translational and rotational velocities.
const std::string & getName() const
void setFrameToTip(const Frame &f_tip_new)
const Joint & getJoint() const
static RigidBodyInertia Zero()
Segment(const std::string &name, const Joint &joint=Joint(Joint::Fixed), const Frame &f_tip=Frame::Identity(), const RigidBodyInertia &I=RigidBodyInertia::Zero())
represents a frame transformation in 3D space (rotation + translation)
This class encapsulates a simple joint, that is with one parameterized degree of freedom and with sca...
const RigidBodyInertia & getInertia() const