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 |
struct | shadowrobot::JointTrajectoryActionController::Segment |
struct | shadowrobot::JointTrajectoryActionController::Spline |
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_spline_trajectory_action_controller.hpp.