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


Public Member Functions | |
| GT2005BasicBehaviorTurnAroundPointFast (BehaviorControlInterfaces &interfaces, Xabsl2ErrorHandler &errorHandler) | |
| virtual void | execute () |
| Executes the basic behavior. | |
Protected Attributes | |
| double | x |
| parameter "turn-around-point-fast.x" | |
| double | y |
| parameter "turn-around-point-fast.y" | |
| double | radius |
| parameter "turn-around-point-fast.radius" | |
| double | leftRight |
| parameter "turn-around-point-fast.left-right" | |
| double | forwardComponent |
| parameter "turn-around-point-fast.forward-component" | |
| WalkAccelerationRestrictor | accelerationRestrictor |
| Restricts the walk acceleration to maximum values. | |
Definition at line 555 of file GT2005SimpleBasicBehaviors.h.
|
||||||||||||
|
Definition at line 563 of file GT2005SimpleBasicBehaviors.h. References point, and Xabsl2BasicBehavior::registerParameter(). |
Here is the call graph for this function:

|
|
Executes the basic behavior.
Implements Xabsl2BasicBehavior. Definition at line 590 of file GT2005SimpleBasicBehaviors.cpp. References Geometry::angleTo(), Geometry::distanceTo(), fromDegrees(), RobotPose::getPose(), MotionRequest::motionType, pi, Range< T >::Range(), Pose2D::rotation, Pose2D::translation, WalkRequest::walkParams, MotionRequest::walkRequest, WalkRequest::walkType, Vector2< double >::x, Vector2< V >::x, Vector2< double >::y, and Vector2< V >::y. |
Here is the call graph for this function:

|
|
parameter "turn-around-point-fast.x"
Definition at line 581 of file GT2005SimpleBasicBehaviors.h. |
|
|
parameter "turn-around-point-fast.y"
Definition at line 584 of file GT2005SimpleBasicBehaviors.h. |
|
|
parameter "turn-around-point-fast.radius"
Definition at line 587 of file GT2005SimpleBasicBehaviors.h. |
|
|
parameter "turn-around-point-fast.left-right"
Definition at line 590 of file GT2005SimpleBasicBehaviors.h. |
|
|
parameter "turn-around-point-fast.forward-component"
Definition at line 593 of file GT2005SimpleBasicBehaviors.h. |
|
|
Restricts the walk acceleration to maximum values.
Definition at line 596 of file GT2005SimpleBasicBehaviors.h. |
1.3.6