#include <MobileRob3D.h>
Public Member Functions | |
MobileRob3DVar () | |
MobileRob3DVar (const MobileRob3DVar &v) | |
MobileRob3DVar & | operator= (const MobileRob3DVar &v) |
void | setPose (Pose3D p) |
Pose3D | pose () |
void | setGoal (Pose3D g) |
Pose3D | goal () |
void | setGoalVel (Position gv) |
Position | getGoalVel () |
string | print () |
Protected Attributes | |
Pose3D | _pose |
pose, actual pose of the robot. | |
Pose3D | _goal |
Position | _goalVel |
MipResources::MobileRob3DVar::MobileRob3DVar | ( | ) | [inline] |
default constructor
MipResources::MobileRob3DVar::MobileRob3DVar | ( | const MobileRob3DVar & | v | ) | [inline] |
copy constructor
MobileRob3DVar& MipResources::MobileRob3DVar::operator= | ( | const MobileRob3DVar & | v | ) | [inline] |
assigment operator =
void MipResources::MobileRob3DVar::setPose | ( | Pose3D | p | ) | [inline] |
sets the pose
Pose3D MipResources::MobileRob3DVar::pose | ( | void | ) | [inline] |
get the pose
void MipResources::MobileRob3DVar::setGoal | ( | Pose3D | g | ) | [inline] |
sets the goal
Pose3D MipResources::MobileRob3DVar::goal | ( | ) | [inline] |
get the goal
void MipResources::MobileRob3DVar::setGoalVel | ( | Position | gv | ) | [inline] |
sets the goal
Position MipResources::MobileRob3DVar::getGoalVel | ( | ) | [inline] |
get the goal
string MipResources::MobileRob3DVar::print | ( | ) | [inline] |
print vars
Pose3D MipResources::MobileRob3DVar::_pose [protected] |
pose, actual pose of the robot.
Pose3D MipResources::MobileRob3DVar::_goal [protected] |
goal Pose3D, where I want to go?
Position MipResources::MobileRob3DVar::_goalVel [protected] |
goal velocity commands