|
| | robHayati () |
| | Default constructor.
|
| | robHayati (double alpha, double beta, double theta, double d, const robJoint &joint) |
| | Overloaded constructor.
|
| | ~robHayati () |
| | Default destructor.
|
| vctFrame4x4< double > | ForwardKinematics (double q) const |
| | Get the position and orientation of the coordinate frame.
|
| vctMatrixRotation3< double > | Orientation (double q) const |
| | Get the orientation of the link.
|
| vctFixedSizeVector< double, 3 > | PStar () const |
| | Return the position of the next (distal) link coordinate frame.
|
| robKinematics * | Clone () const |
| | Clone.
|
| double | GetRotationX () const |
| double | GetRotationY () const |
| double | GetRotationZ () const |
| double | GetTranslationX () const |
| double | GetTranslationZ () const |
| void | SetRotationX (double x) |
| void | SetRotationY (double x) |
| void | SetRotationZ (double x) |
| void | SetTranslationX (double x) |
| void | SetTranslationZ (double x) |
| | robKinematics (robKinematics::Convention convention) |
| | Default constructor.
|
| | robKinematics (const robJoint &joint, robKinematics::Convention convention) |
| | Overloaded constructor.
|
| virtual | ~robKinematics () |
| robKinematics::Convention | GetConvention () const |
| | Return the kinematics convention.
|
| robKinematics::Errno | Read (std::istream &is) |
| | Read the kinematics parameters and joints parameters.
|
| robKinematics::Errno | Write (std::ostream &os) const |
| | Write the kinematics parameters and joints parameters.
|
| | robJoint () |
| | Default constructor.
|
| | robJoint (cmnJointType type, robJoint::Mode mode, double offset, double min, double max, double ftmax) |
| virtual | ~robJoint () |
| const std::string & | Name (void) const |
| std::string & | Name (void) |
| cmnJointType | GetType () const |
| | Return the type of the joint.
|
| robJoint::Mode | GetMode () const |
| | Return the mode of the joint.
|
| double | GetPosition () const |
| | Return the joint position.
|
| double | GetVelocity () const |
| | Return the joint velocity.
|
| double | GetForceTorque () const |
| | Return the joint force or torque.
|
| void | SetPosition (double q) |
| | Set the joint position.
|
| void | SetVelocity (double qd) |
| | Set the joint velocity.
|
| void | SetForceTorque (double ft) |
| | Set the force/torque.
|
| double | PositionOffset () const |
| | Return the offset position.
|
| void | SetPositionOffset (const double offset) |
| const double & | PositionMin (void) const |
| | Return the minimum position.
|
| double & | PositionMin (void) |
| const double & | PositionMax (void) const |
| | Return the maximum position.
|
| double & | PositionMax (void) |
| const double & | ForceTorqueMax (void) const |
| | Return the maximum force/torque.
|
| double & | ForceTorqueMax (void) |
Hayati parameters of a coordinate frame.
Hayati is a kinematics convention especially suitable for parallel consecutive axes [HayatiJRS85]
| void robHayati::ReadParameters |
( |
std::istream & | is | ) |
|
|
protectedvirtual |
Read the parameters from an input stream.
Read the parameters from an input stream. The parameters are in the following order: convention, \(\alpha\), \(\beta\), \(\theta\), d, <joint>
- Parameters
-
Implements robKinematics.