Allows for control of the KUKA youBot with a joystick. More...
Go to the source code of this file.
Classes | |
class | youbot_joy_teleop |
Provides a bridge between the joy topic and the cmd_vel topic. More... | |
Defines | |
#define | MAX_ANG_VEL 1.2 |
#define | MAX_TRANS_VEL .8 |
Functions | |
int | main (int argc, char **argv) |
Allows for control of the KUKA youBot with a joystick.
youbot_joy_teleop creates a ROS node that allows the control of a KUKA youBot with a joystick. This node listens to a /joy topic and sends messages to the /cmd_vel topic. Arm control is currently unimplemented.
Definition in file youbot_joy_teleop.h.
#define MAX_ANG_VEL 1.2 |
Definition at line 20 of file youbot_joy_teleop.h.
#define MAX_TRANS_VEL .8 |
Definition at line 19 of file youbot_joy_teleop.h.
int main | ( | int | argc, |
char ** | argv | ||
) |
Creates and runs the youbot_joy_teleop node.
argc | argument count that is passed to ros::init |
argv | arguments that are passed to ros::init |
Definition at line 139 of file pick_and_place_demo.cpp.