#include <RHexMode.hh>
Inherits RHexMode.
This class defines the interface for modes that are to be used for calibration purposes. In requires the definition of a number of methods which enable the mode supervisor to query whather the underlying robot platform is properly calibrated or not. No modes can be activated unless proper calibration is performed.
| Public Member Functions | |
| RHexCalibMode (const char *name) | |
| virtual bool | isCalibrating (void)=0 | 
| virtual bool | isFailed (void)=0 | 
| virtual bool | isCalibrated (void)=0 | 
| 
 | 
| This constructor creates a calibration kmode with the supplied name | 
| 
 | 
| This method returns true if the calibration completed successfully | 
| 
 | 
| This method returns true is the mode is in the process of performing calibration. | 
| 
 | 
| This method returns true is the calibration attempt failed. |