#include <ArServerClasses.h>
Inheritance diagram for ArServerModeDockPowerBot:

Public Member Functions | |
| virtual bool | isDocked (void) |
| This should return true if the robot has power from the dock and false otherwise. | |
| virtual void | enableDock (void) |
| This should enable docking (turning on the charger or what not). | |
| virtual void | disableDock (void) |
| This should disable docking (turn off charger or what not). | |
| virtual void | backoutCallback (void) |
| This function is called if the robot has backed out but is still docked. | |
| virtual void | addToConfig (ArConfig *config) |
| Adds the docking information to the given config. | |
|
|
This should disable docking (turn off charger or what not). This should disable docking (turn off charger or what not), it'll be called, this'll wait 5 seconds, and then the robot'll back away from the dock. Implements ArServerModeDockTriangleBump. |
|
|
This should enable docking (turning on the charger or what not). This should enable docking (turn on charger or what not), it'll be called after the robot bumps into the dock. After this the code'll wait a while for isDocked to become true. Implements ArServerModeDockTriangleBump. |
1.4.0