#include <GT2004PotentialFieldBasicBehaviors.h>
Inheritance diagram for GT2004PotentialFieldBasicBehaviorSupport:
Public Member Functions | |
GT2004PotentialFieldBasicBehaviorSupport (const BehaviorControlInterfaces &interfaces, Xabsl2ErrorHandler &errorHandler) | |
virtual void | execute () |
Executes the basic behavior. | |
Private Attributes | |
double | x |
Parameter potential-field-support.x. | |
double | y |
Parameter potential-field-support.y. | |
double | maxSpeed |
Parameter potential-field-support.max-speed. |
|
Definition at line 90 of file GT2004PotentialFieldBasicBehaviors.cpp. References Xabsl2BasicBehavior::registerParameter(). |
Here is the call graph for this function:
|
Executes the basic behavior.
Implements GT2004PotentialFieldBasicBehavior. Definition at line 101 of file GT2004PotentialFieldBasicBehaviors.cpp. References Vector2< V >::abs(), GTStandardConverter::execute(), 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-support.x.
Definition at line 93 of file GT2004PotentialFieldBasicBehaviors.h. |
|
Parameter potential-field-support.y.
Definition at line 95 of file GT2004PotentialFieldBasicBehaviors.h. |
|
Parameter potential-field-support.max-speed.
Definition at line 97 of file GT2004PotentialFieldBasicBehaviors.h. |