Communication node to the Rovio's head motors. More...
#include <ros/ros.h>
#include <rovio_shared/head_ctrl.h>
#include <rovio_shared/rovio_http.h>
#include <string>
Go to the source code of this file.
Classes | |
class | head_controller |
Provides direct communication to the Rovio to control the head. More... | |
Functions | |
int | main (int argc, char **argv) |
Communication node to the Rovio's head motors.
rovio_head creates a ROS node that allows service calls to change the head position and publishes head position data.
Definition in file rovio_head.h.
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 155 of file rovio_head.cpp.