#include <actionlib/server/simple_action_server.h>
#include <robot_task/RobotTask.h>
#include <robot_task/RobotTaskAction.h>
#include "ros/ros.h"
Go to the source code of this file.
Classes | |
class | DummyTaskServer |
Defines | |
#define | __DUMMYTASK__HPP |
Functions | |
int | main (int argc, char **argv) |
ostream & | operator<< (ostream &o, std::vector< string > &s) |
#define __DUMMYTASK__HPP |
Definition at line 2 of file DummyTask.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 110 of file DummyTask.cpp.
ostream& operator<< | ( | ostream & | o, |
std::vector< string > & | s | ||
) |
Definition at line 10 of file DummyTask.cpp.