Implement an actionlib server to execute a control_msgs::JointTrajectoryAction. Follows the given trajectory with the arm. More...
#include <ros/ros.h>#include <map>#include <string>#include <vector>#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 | |
| shadowrobot | |
Implement an actionlib server to execute a control_msgs::JointTrajectoryAction. Follows the given trajectory with the arm.
Definition in file joint_trajectory_action_controller.hpp.