#include <ros/ros.h>
#include <geometry_msgs/Twist.h>
#include <std_msgs/String.h>
#include "boost/thread/mutex.hpp"
#include "boost/thread/thread.hpp"
#include "ros/console.h"
#include <string>
Go to the source code of this file.
Classes | |
class | RobotVoiceTeleop |
Functions | |
int | main (int argc, char **argv) |
Variables | |
std_msgs::String | readCommand |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 109 of file voice_teleop.cpp.
std_msgs::String readCommand |
Definition at line 29 of file voice_teleop.cpp.