#include <ArMultiRobot.h>
This class handles the server side of dispensing information to the central server. It has no callback for the packet because it broadcasts it in each user task set
Public Member Functions | |
| void | multiRobotInfo (ArServerClient *client, ArNetPacket *packet) |
| gets the information about the robot's radius and path radius | |
| int | getPrecedenceClass (void) |
| Gets the robot's precedence class. | |
| void | setPrecedenceClass (int precedenceClass=0) |
| Sets the robot's precedence class. | |
| void | overrideMapName (const char *overrideMapName) |
| Override map name (if you set this it'll use this instead of the real map name). | |
| bool | processFile (char *errorBuffer, size_t errorBufferLen) |
| processes our config and updates everyone that it changed | |
| void | userTask (void) |
| broadcasts the informationabout the position and path | |
1.4.0