#include <ArDocking.h>
Inheritance diagram for ArServerModeDockPioneer:
Public Member Functions | |
virtual void | dock (void) |
Sends the robot to the dock (subclass needs to implement). | |
virtual void | undock (void) |
Has the robot leave the dock (subclass needs to implement). | |
virtual void | checkDock (void) |
Sees if the robot is already docked and activates itself if it is (subclass should implement). |