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


Definition at line 36 of file prmMotionBase.h.
| prmMotionBase::prmMotionBase | ( | const prmBlocking & | blockingFlag, | |
| const bool & | blendingFactor, | |||
| const double & | timeLimit, | |||
| const bool & | isPreemptable, | |||
| const bool & | isCoordinated, | |||
| const bool & | isGoalOnly | |||
| ) | [inline] |
| virtual prmMotionBase::~prmMotionBase | ( | ) | [virtual] |
destructor
| void prmMotionBase::SetBaseParameter | ( | const prmBlocking & | blockingFlag, | |
| const bool & | blendingFactor, | |||
| const double & | timeLimit, | |||
| const bool & | isPreemptable, | |||
| const bool & | isCoordinated, | |||
| const bool & | isGoalOnly | |||
| ) | [inline] |
| prmMotionBase::CMN_DECLARE_MEMBER_AND_ACCESSORS | ( | prmBlocking | , | |
| BlockingFlag | ||||
| ) |
Set and get methods for blocking flag.
| prmMotionBase::CMN_DECLARE_MEMBER_AND_ACCESSORS | ( | bool | , | |
| BlendingFactor | ||||
| ) |
Set and Get method for the blending parameter. Whether or not to blend motions, and the tolerance (to be implemented later)
| prmMotionBase::CMN_DECLARE_MEMBER_AND_ACCESSORS | ( | double | , | |
| TimeLimit | ||||
| ) |
Set and Get methods for TimeLimit. Describes time allowed or requested for a motion.
| prmMotionBase::CMN_DECLARE_MEMBER_AND_ACCESSORS | ( | bool | , | |
| IsPreemptable | ||||
| ) |
Set and Get methods for Preemptable parameter. Default is true.
| prmMotionBase::CMN_DECLARE_MEMBER_AND_ACCESSORS | ( | bool | , | |
| IsCoordinated | ||||
| ) |
Set and Get methods for Coordinated parameter. Force to sync motions between joints or rotation/translation to start and end at the same time by lowering speed on some joints.
| prmMotionBase::CMN_DECLARE_MEMBER_AND_ACCESSORS | ( | bool | , | |
| IsGoalOnly | ||||
| ) |
Set and Get methods for IsGoalOnly. if True Use current device settings for all except for goal . Eg. Accelerations,Velcities are chosen by the robot, goal and motion base should be set by the user. False by default.