#include <GT2004PotentialFieldBasicBehaviors.h>
Inheritance diagram for GT2004PotentialFieldBasicBehaviorOffensiveSupport:
Public Member Functions | |
GT2004PotentialFieldBasicBehaviorOffensiveSupport (const BehaviorControlInterfaces &interfaces, Xabsl2ErrorHandler &errorHandler) | |
virtual void | execute () |
Executes the basic behavior. | |
Private Attributes | |
double | x |
Parameter potential-field-offensive-support.x. | |
double | y |
Parameter potential-field-offensive-support.y. | |
double | maxSpeed |
Parameter potential-field-offensive-support.max-speed. |
|
Definition at line 133 of file GT2004PotentialFieldBasicBehaviors.cpp. References Xabsl2BasicBehavior::registerParameter(). |
Here is the call graph for this function:
|
Executes the basic behavior.
Implements GT2004PotentialFieldBasicBehavior. Definition at line 144 of file GT2004PotentialFieldBasicBehaviors.cpp. References Vector2< V >::abs(), GTStandardConverter::execute(), BallModel::getKnownPosition(), PotentialfieldResult::motion, MotionRequest::motionType, PfPose::pos, PfPose::rotation, Pose2D::rotation, PfPose::speed, toDegrees(), Pose2D::translation, WalkRequest::walkParams, MotionRequest::walkRequest, WalkRequest::walkType, PfVec::x, Vector2< double >::x, PfVec::y, and Vector2< double >::y. |
Here is the call graph for this function:
|
Parameter potential-field-offensive-support.x.
Definition at line 117 of file GT2004PotentialFieldBasicBehaviors.h. |
|
Parameter potential-field-offensive-support.y.
Definition at line 119 of file GT2004PotentialFieldBasicBehaviors.h. |
|
Parameter potential-field-offensive-support.max-speed.
Definition at line 121 of file GT2004PotentialFieldBasicBehaviors.h. |