Public Member Functions | |
pr2_controllers_msgs::JointTrajectoryGoal | armExtensionTrajectory (size_t moving_joint) |
actionlib::SimpleClientGoalState | getState () |
Returns the current state of the action. | |
RobotArm () | |
Initialize the action client and wait for action server to come up. | |
void | startTrajectory (pr2_controllers_msgs::JointTrajectoryGoal goal) |
Sends the command to start a given trajectory. | |
~RobotArm () | |
Clean up the action client. | |
Private Attributes | |
TrajClient * | traj_client_ |
Definition at line 13 of file min_max_trajectory.cpp.
RobotArm::RobotArm | ( | ) | [inline] |
Initialize the action client and wait for action server to come up.
Definition at line 23 of file min_max_trajectory.cpp.
RobotArm::~RobotArm | ( | ) | [inline] |
Clean up the action client.
Definition at line 36 of file min_max_trajectory.cpp.
pr2_controllers_msgs::JointTrajectoryGoal RobotArm::armExtensionTrajectory | ( | size_t | moving_joint | ) | [inline] |
Definition at line 49 of file min_max_trajectory.cpp.
actionlib::SimpleClientGoalState RobotArm::getState | ( | ) | [inline] |
Returns the current state of the action.
Definition at line 114 of file min_max_trajectory.cpp.
void RobotArm::startTrajectory | ( | pr2_controllers_msgs::JointTrajectoryGoal | goal | ) | [inline] |
Sends the command to start a given trajectory.
Definition at line 42 of file min_max_trajectory.cpp.
TrajClient* RobotArm::traj_client_ [private] |
Definition at line 19 of file min_max_trajectory.cpp.