#include <GT2005PotentialFieldBasicBehaviors.h>
Inheritance diagram for GT2005PotentialFieldBasicBehaviorAvoidRobots:


Public Member Functions | |
| GT2005PotentialFieldBasicBehaviorAvoidRobots (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 118 of file GT2005PotentialFieldBasicBehaviors.cpp. References Xabsl2BasicBehavior::registerParameter(). |
Here is the call graph for this function:

|
|
Executes the basic behavior.
Implements GT2005PotentialFieldBasicBehavior. Definition at line 129 of file GT2005PotentialFieldBasicBehaviors.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-offensive-support.x.
Definition at line 115 of file GT2005PotentialFieldBasicBehaviors.h. |
|
|
Parameter potential-field-offensive-support.y.
Definition at line 117 of file GT2005PotentialFieldBasicBehaviors.h. |
|
|
Parameter potential-field-offensive-support.max-speed.
Definition at line 119 of file GT2005PotentialFieldBasicBehaviors.h. |
1.3.6