#include <ros/ros.h>
#include <sensor_msgs/JointState.h>
#include <termios.h>
#include "open_manipulator_msgs/SetJointPosition.h"
#include "open_manipulator_msgs/SetKinematicsPose.h"
Go to the source code of this file.
Classes | |
class | OpenManipulatorTeleop |
Macros | |
#define | DELTA 0.01 |
#define | JOINT_DELTA 0.05 |
#define | NUM_OF_JOINT 4 |
#define | PATH_TIME 0.5 |
#define DELTA 0.01 |
Definition at line 12 of file open_manipulator_teleop_keyboard.h.
#define JOINT_DELTA 0.05 |
Definition at line 13 of file open_manipulator_teleop_keyboard.h.
#define NUM_OF_JOINT 4 |
Definition at line 11 of file open_manipulator_teleop_keyboard.h.
#define PATH_TIME 0.5 |
Definition at line 14 of file open_manipulator_teleop_keyboard.h.