Allows for control of the KUKA youBot with a joystick. More...
#include <geometry_msgs/Twist.h>
#include <ros/ros.h>
#include <sensor_msgs/Joy.h>
#include <youbot_teleop/youbot_joy_teleop.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
bool | receivedmsg = false |
ros::Time | T |
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.cpp.
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 74 of file youbot_joy_teleop.cpp.
bool receivedmsg = false |
Definition at line 18 of file youbot_joy_teleop.cpp.
Definition at line 17 of file youbot_joy_teleop.cpp.