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