#include <GT2004HeadControlBasicBehaviors.h>
Inheritance diagram for GT2004HeadControlBasicBehavior:
Public Member Functions | |
GT2004HeadControlBasicBehavior (const char *name, Xabsl2ErrorHandler &errorHandler, HeadControlInterfaces interfaces, GT2004HeadControl &headControl, GT2004HeadPathPlanner &headPathPlanner, bool &lastScanWasLeft, CameraInfo &cameraInfo) | |
virtual void | execute ()=0 |
Executes the basic behavior. | |
Protected Attributes | |
GT2004HeadControl & | headControl |
A reference to the GT2004HeadControl. | |
GT2004HeadPathPlanner & | headPathPlanner |
A reference to the head path planner. | |
bool & | lastScanWasLeft |
A reference to the variable "lastScanWasLeft" in the head control. | |
CameraInfo & | cameraInfo |
A reference to a camara info in the head control. | |
OdometryData | lastOdometryData |
current odometry data of last call to head control | |
unsigned long | lastTimeOfGoodSL |
time of last good self localization | |
int | panCount |
Number of executed scans. |
Definition at line 22 of file GT2004HeadControlBasicBehaviors.h.
|
Definition at line 35 of file GT2004HeadControlBasicBehaviors.h. |
|
Executes the basic behavior.
Implements Xabsl2BasicBehavior. Implemented in GT2004BasicBehaviorDirectedScanForLandmarks. |
|
A reference to the GT2004HeadControl.
Definition at line 55 of file GT2004HeadControlBasicBehaviors.h. |
|
A reference to the head path planner.
Definition at line 58 of file GT2004HeadControlBasicBehaviors.h. |
|
A reference to the variable "lastScanWasLeft" in the head control.
Definition at line 61 of file GT2004HeadControlBasicBehaviors.h. |
|
A reference to a camara info in the head control.
Definition at line 64 of file GT2004HeadControlBasicBehaviors.h. |
|
current odometry data of last call to head control
Definition at line 67 of file GT2004HeadControlBasicBehaviors.h. |
|
time of last good self localization
Definition at line 69 of file GT2004HeadControlBasicBehaviors.h. |
|
Number of executed scans.
Definition at line 72 of file GT2004HeadControlBasicBehaviors.h. |