Implement an actionlib server to execute a pr2_controllers_msgs::JointTrajectoryAction. Follows the given trajectory with the arm. More...
#include <ros/ros.h>
#include <actionlib/server/simple_action_server.h>
#include <control_msgs/FollowJointTrajectoryAction.h>
Go to the source code of this file.
Classes | |
class | shadowrobot::JointTrajectoryActionController |
Namespaces | |
namespace | shadowrobot |
Implement an actionlib server to execute a pr2_controllers_msgs::JointTrajectoryAction. Follows the given trajectory with the arm.
Definition in file joint_trajectory_action_controller.hpp.