#include <GT2004SimpleBasicBehaviors.h>
Inheritance diagram for GT2004BasicBehaviorMoveTheBridge:
Public Member Functions | |
GT2004BasicBehaviorMoveTheBridge (BehaviorControlInterfaces &interfaces, Xabsl2ErrorHandler &errorHandler) | |
virtual void | execute () |
Executes the basic behavior. | |
Private Attributes | |
double | x |
parameter "move-the-bridge.x" | |
double | y |
parameter "move-the-bridge.y" | |
double | type |
parameter "move-the-bridge.type" | |
double | rotation |
parameter "move-the-bridge.rotation" |
Definition at line 433 of file GT2004SimpleBasicBehaviors.h.
|
Definition at line 441 of file GT2004SimpleBasicBehaviors.h. References Xabsl2BasicBehavior::registerParameter(). |
Here is the call graph for this function:
|
Executes the basic behavior.
Implements Xabsl2BasicBehavior. Definition at line 578 of file GT2004SimpleBasicBehaviors.cpp. References BehaviorTeamMessage::walkRequest. |
|
parameter "move-the-bridge.x"
Definition at line 457 of file GT2004SimpleBasicBehaviors.h. |
|
parameter "move-the-bridge.y"
Definition at line 460 of file GT2004SimpleBasicBehaviors.h. |
|
parameter "move-the-bridge.type"
Definition at line 463 of file GT2004SimpleBasicBehaviors.h. |
|
parameter "move-the-bridge.rotation"
Definition at line 466 of file GT2004SimpleBasicBehaviors.h. |