#include <ArMultiRobot.h>
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 | |
Protected Member Functions | |
void | userTask (void) |
broadcasts the informationabout the position and path | |
void | newGoal (void) |
Called when we get a new goal. |
void ArServerHandlerMultiRobot::overrideMapName | ( | const char * | overrideMapName | ) |
Override map name (if you set this it'll use this instead of the real map name).
overrideMapName | the name of the map to put into the packet instead of the real one |