#include <ros/ros.h>
#include <control_msgs/FollowJointTrajectoryAction.h>
#include <actionlib/client/simple_action_client.h>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
|
static const double | MAX_POSITIONS [5] = {2.891097, 2.168572, 2.054223, 1.876133, 2.870985} |
|
static const double | MIN_POSITIONS [5] = {-3.025528, -0.135228, -1.0, -2.033309, -2.993240} |
|
static const size_t | NUM_JOINTS = 5 |
|
static const size_t | NUM_TRAJ_POINTS = 7 |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
const double MAX_POSITIONS[5] = {2.891097, 2.168572, 2.054223, 1.876133, 2.870985} |
|
static |
const double MIN_POSITIONS[5] = {-3.025528, -0.135228, -1.0, -2.033309, -2.993240} |
|
static |
const size_t NUM_JOINTS = 5 |
|
static |
const size_t NUM_TRAJ_POINTS = 7 |
|
static |