Functions | Variables
carl_key_teleop.cpp File Reference
#include <carl_teleop/carl_key_teleop.h>
Include dependency graph for carl_key_teleop.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
void shutdown (int sig)

Variables

int kfd = 0
 Allows for control of CARL with a keyboard.
struct termios cooked raw

Function Documentation

int main ( int  argc,
char **  argv 
)

Creates and runs the carl_joy_teleop node.

Parameters:
argcargument count that is passed to ros::init
argvarguments that are passed to ros::init
Returns:
EXIT_SUCCESS if the node runs correctly

Definition at line 371 of file carl_key_teleop.cpp.

void shutdown ( int  sig)

A function to close ROS and exit the program.

Parameters:
sigThe signal value.

Definition at line 364 of file carl_key_teleop.cpp.


Variable Documentation

int kfd = 0

Allows for control of CARL with a keyboard.

.cpp carl_key_teleop creates a ROS node that allows the control of CARL with a keyboard. This node takes input from the keyboard via the terminal and sends messages to the /cmd_vel topic for the base and cartesian_cmd for the arm.

Author:
David Kent, WPI - davidkent@wpi.edu
Steven Kordell, WPI - spkordell@wpi.edu
Date:
May 23, 2014

Definition at line 46 of file carl_key_teleop.cpp.

struct termios cooked raw

Definition at line 47 of file carl_key_teleop.cpp.



carl_teleop
Author(s): Steven Kordell , Russell Toris , David Kent
autogenerated on Thu Jun 6 2019 21:09:59