Allows for control of the Rovio with a joystick. More...
#include <geometry_msgs/Twist.h>
#include <ros/ros.h>
#include <rovio_shared/head_ctrl.h>
#include <rovio_ctrl/rovio_teleop.h>
#include <rovio_shared/man_drv.h>
#include <rovio_shared/wav_play.h>
#include <sensor_msgs/Joy.h>
#include <string>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Allows for control of the Rovio with a joystick.
rovio_teleop creates a ROS node that allows the control of a Rovio with a joystick. This node listens to a joy topic and sends messages to the cmd_vel topic in the rovio_move node and head_ctrl service in the rovio_head node.
Definition in file rovio_teleop.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Creates and runs the rovio_head node.
argc | argument count that is passed to ros::init |
argv | arguments that are passed to ros::init |
Definition at line 98 of file rovio_teleop.cpp.