#include <prmRobotState.h>
Inheritance diagram for prmRobotState:


Definition at line 43 of file prmRobotState.h.
| prmRobotState::prmRobotState | ( | ) |
default constructor - does nothing for now
| virtual prmRobotState::~prmRobotState | ( | ) | [inline, virtual] |
destructor
Definition at line 69 of file prmRobotState.h.
| void prmRobotState::ToStream | ( | std::ostream & | outputStream | ) | const [virtual] |
Human readable output to stream.
Reimplemented from mtsGenericObject.
| bool prmRobotState::Allocate | ( | const cmnGenericObject * | model | ) | [inline] |
Allocate memory based on an existing object of the same type. The object is provided via a cmnGenericObject pointer. If a dynamic cast to this type is not possible, this method returns false.
Definition at line 74 of file prmRobotState.h.
| prmRobotState::MTS_DECLARE_MEMBER_AND_ACCESSORS | ( | vctDoubleVec | , | |
| JointPosition | ||||
| ) |
Set and Get methods for the Joint position.
| prmRobotState::MTS_DECLARE_MEMBER_AND_ACCESSORS | ( | vctDoubleVec | , | |
| JointVelocity | ||||
| ) |
Set and Get methods for the Joint Velocity.
| prmRobotState::MTS_DECLARE_MEMBER_AND_ACCESSORS | ( | vctDoubleVec | , | |
| JointPositionGoal | ||||
| ) |
Set and Get methods for goal joint position.
| prmRobotState::MTS_DECLARE_MEMBER_AND_ACCESSORS | ( | vctDoubleVec | , | |
| JointVelocityGoal | ||||
| ) |
Set and Get methods for goal joint velocity.
| prmRobotState::MTS_DECLARE_MEMBER_AND_ACCESSORS | ( | vctDoubleVec | , | |
| JointPositionError | ||||
| ) |
Set and Get methods for error for joint position.
| prmRobotState::MTS_DECLARE_MEMBER_AND_ACCESSORS | ( | vctDoubleVec | , | |
| JointVelocityError | ||||
| ) |
Set and Get methods for error for joint velocity.
| prmRobotState::MTS_DECLARE_MEMBER_AND_ACCESSORS | ( | vctDoubleVec | , | |
| CartesianPosition | ||||
| ) |
Set and Get methods for cartesian position.
| prmRobotState::MTS_DECLARE_MEMBER_AND_ACCESSORS | ( | vctDoubleVec | , | |
| CartesianVelocity | ||||
| ) |
Set and Get methods for cartesian velocity.
| prmRobotState::MTS_DECLARE_MEMBER_AND_ACCESSORS | ( | vctDoubleVec | , | |
| CartesianPositionGoal | ||||
| ) |
Set and Get methods for gaol cartesian position.
| prmRobotState::MTS_DECLARE_MEMBER_AND_ACCESSORS | ( | vctDoubleVec | , | |
| CartesianVelocityGoal | ||||
| ) |
Set and Get methods for goal cartesian velocity.
| prmRobotState::MTS_DECLARE_MEMBER_AND_ACCESSORS | ( | vctDoubleVec | , | |
| CartesianPositionError | ||||
| ) |
Set and Get methods for cartesian position error.
| prmRobotState::MTS_DECLARE_MEMBER_AND_ACCESSORS | ( | vctDoubleVec | , | |
| CartesianVelocityError | ||||
| ) |
Set and Get methods for cartesian velocity error.
| prmRobotState::MTS_DECLARE_MEMBER_AND_ACCESSORS | ( | vctDoubleFrm4x4 | , | |
| EndEffectorFrame | ||||
| ) |
Set and Get methods for EndEffector Frame wrt base robot frame. Slightly redundant.