#include <GT2004PotentialFieldBasicBehaviors.h>
Inheritance diagram for GT2004PotentialFieldBasicBehavior:
Public Member Functions | |
GT2004PotentialFieldBasicBehavior (const BehaviorControlInterfaces &interfaces, Xabsl2ErrorHandler &errorHandler, const char *behaviorName, const char *pfcFileName) | |
virtual void | execute ()=0 |
Executes the basic behavior. | |
Protected Attributes | |
GTStandardConverter | potentialfields |
An instance of the potential field architecture. | |
PotentialfieldResult | result |
A standard instance of a result structure. |
Definition at line 23 of file GT2004PotentialFieldBasicBehaviors.h.
|
Definition at line 32 of file GT2004PotentialFieldBasicBehaviors.h. References GTStandardConverter::load(). |
Here is the call graph for this function:
|
Executes the basic behavior.
Implements Xabsl2BasicBehavior. Implemented in GT2004PotentialFieldBasicBehaviorGoToPose, GT2004PotentialFieldBasicBehaviorSupport, and GT2004PotentialFieldBasicBehaviorOffensiveSupport. |
|
An instance of the potential field architecture.
Definition at line 45 of file GT2004PotentialFieldBasicBehaviors.h. |
|
A standard instance of a result structure.
Definition at line 47 of file GT2004PotentialFieldBasicBehaviors.h. |