Implement an actionlib server to execute a control_msgs::FollowJointTrajectoryAction. Follows the given trajectory with the arm. More...
#include "sr_mechanism_controllers/joint_trajectory_action_controller.hpp"#include <std_msgs/Float64.h>#include <boost/algorithm/string.hpp>#include <string>#include <vector>
Go to the source code of this file.
Namespaces | |
| shadowrobot | |
Functions | |
| int | main (int argc, char **argv) |
Implement an actionlib server to execute a control_msgs::FollowJointTrajectoryAction. Follows the given trajectory with the arm.
Definition in file joint_trajectory_action_controller.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 146 of file joint_trajectory_action_controller.cpp.