
Go to the source code of this file.
Defines | |
| #define | USAGE |
Functions | |
| int | main (int argc, char **argv) |
| Main function of the server node. | |
| #define USAGE |
"USAGE: robot_handler add <description.yaml> <x> <y> <theta>\n" \ "OR: robot_handler delete <robot_name>\n"\ "OR: robot_handler replace <robot_name> <new_x> <new_y> <new_theta>"
Definition at line 25 of file handle_robot_node.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Main function of the server node.
| argc | [int] Number of input arguments |
| argv | [char**] Input arguments |
< add
Definition at line 35 of file handle_robot_node.cpp.