#include <jaco_teleop/jaco_key_teleop.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| Creates and runs the jaco_joy_teleop node. | |
| void | shutdown (int sig) |
| A function to close ROS and exit the program. | |
Variables | |
| int | kfd = 0 |
| Allows for control of the JACO arm with a keyboard. | |
| struct termios cooked | raw |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Creates and runs the jaco_joy_teleop node.
Creates and runs the jaco_key_teleop node.
| argc | argument count that is passed to ros::init |
| argv | arguments that are passed to ros::init |
Definition at line 350 of file jaco_key_teleop.cpp.
| void shutdown | ( | int | sig | ) |
A function to close ROS and exit the program.
| sig | The signal value. |
Definition at line 343 of file jaco_key_teleop.cpp.
| int kfd = 0 |
Allows for control of the JACO arm with a keyboard.
.h jaco_key_teleop creates a ROS node that allows the control of the JACO arm with a keyboard.
Definition at line 44 of file jaco_key_teleop.cpp.
| struct termios cooked raw |
Definition at line 45 of file jaco_key_teleop.cpp.