ERC CISST - cisst software

prmRobotState Class Reference

#include <prmRobotState.h>

Inheritance diagram for prmRobotState:

Inheritance graph
[legend]
Collaboration diagram for prmRobotState:

Collaboration graph
[legend]
List of all members.

Detailed Description

motion command arguments for Actuator state , Position, Velocity, etc. TODO: seperate cartesian state and the joint state to 2 different classes.

Definition at line 43 of file prmRobotState.h.

Public Types

Public Member Functions


Constructor & Destructor Documentation

prmRobotState::prmRobotState (  ) 

default constructor - does nothing for now

virtual prmRobotState::~prmRobotState (  )  [inline, virtual]

destructor

Definition at line 69 of file prmRobotState.h.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
erc-cisst-devel<at>lists.johnshopkins.edu