#include <ros/ros.h>
#include <pr2_controllers_msgs/JointTrajectoryAction.h>
#include <actionlib/client/simple_action_client.h>
#include <string>
Go to the source code of this file.
Classes | |
class | RobotArm |
Typedefs | |
typedef actionlib::SimpleActionClient < pr2_controllers_msgs::JointTrajectoryAction > | TrajClient |
Definition at line 6 of file move_arm.h.