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


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

|
|
Executes the basic behavior.
Implements Xabsl2BasicBehavior. Definition at line 493 of file GT2005SimpleBasicBehaviors.cpp. References Geometry::angleTo(), fromDegrees(), BallModel::getKnownPosition(), SystemCall::getTimeSince(), MotionRequest::motionType, WalkAccelerationRestrictor::restrictAccelerations(), Pose2D::rotation, WalkAccelerationRestrictor::saveLastWalkParameters(), BallModel::seen, SeenBallState::timeWhenLastSeen, toDegrees(), Pose2D::translation, WalkRequest::walkParams, MotionRequest::walkRequest, and WalkRequest::walkType. |
Here is the call graph for this function:

|
|
parameter "goalie-return-to-goal.x"
Definition at line 762 of file GT2005SimpleBasicBehaviors.h. |
|
|
parameter "goalie-return-to-goal.y"
Definition at line 765 of file GT2005SimpleBasicBehaviors.h. |
|
|
parameter "goalie-return-to-goal.max-speed"
Definition at line 768 of file GT2005SimpleBasicBehaviors.h. |
|
|
Restricts the walk acceleration to maximum values.
Definition at line 771 of file GT2005SimpleBasicBehaviors.h. |
1.3.6