#include <GT2005SimpleBasicBehaviors.h>
Inheritance diagram for GT2005BasicBehaviorGoaliePositionReturn:


Public Member Functions | |
| GT2005BasicBehaviorGoaliePositionReturn (BehaviorControlInterfaces &interfaces, Xabsl2ErrorHandler &errorHandler) | |
| virtual void | execute () |
| Executes the basic behavior. | |
Protected Attributes | |
| double | x |
| parameter "goalie-position.x" | |
| double | y |
| parameter "goalie-position.y" | |
| double | destinationAngle |
| parameter "goalie-position.destination-angle" | |
| double | maxSpeed |
| parameter "goalie-position.max-speed" | |
| WalkAccelerationRestrictor | accelerationRestrictor |
| Restricts the walk acceleration to maximum values. | |
Definition at line 694 of file GT2005SimpleBasicBehaviors.h.
|
||||||||||||
|
Definition at line 702 of file GT2005SimpleBasicBehaviors.h. References Xabsl2BasicBehavior::registerParameter(). |
Here is the call graph for this function:

|
|
Executes the basic behavior.
Implements Xabsl2BasicBehavior. Definition at line 436 of file GT2005SimpleBasicBehaviors.cpp. References Geometry::angleTo(), Geometry::distanceTo(), fromDegrees(), MotionRequest::motionType, normalize(), WalkAccelerationRestrictor::restrictAccelerations(), Pose2D::rotation, WalkAccelerationRestrictor::saveLastWalkParameters(), toDegrees(), Pose2D::translation, WalkRequest::walkParams, MotionRequest::walkRequest, WalkRequest::walkType, Vector2< double >::x, and Vector2< double >::y. |
Here is the call graph for this function:

|
|
parameter "goalie-position.x"
Definition at line 719 of file GT2005SimpleBasicBehaviors.h. |
|
|
parameter "goalie-position.y"
Definition at line 722 of file GT2005SimpleBasicBehaviors.h. |
|
|
parameter "goalie-position.destination-angle"
Definition at line 725 of file GT2005SimpleBasicBehaviors.h. |
|
|
parameter "goalie-position.max-speed"
Definition at line 728 of file GT2005SimpleBasicBehaviors.h. |
|
|
Restricts the walk acceleration to maximum values.
Definition at line 731 of file GT2005SimpleBasicBehaviors.h. |
1.3.6