#include <GT2004SimpleBasicBehaviors.h>
Inheritance diagram for GT2004BasicBehaviorTurnAroundPoint:


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

|
|
Executes the basic behavior.
Implements Xabsl2BasicBehavior. Definition at line 306 of file GT2004SimpleBasicBehaviors.cpp. References Geometry::angleTo(), Geometry::distanceTo(), forwardComponent, fromDegrees(), RobotPose::getPose(), leftRight, 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.x"
Definition at line 225 of file GT2004SimpleBasicBehaviors.h. |
|
|
parameter "turn-around-point.y"
Definition at line 228 of file GT2004SimpleBasicBehaviors.h. |
|
|
parameter "turn-around-point.radius"
Definition at line 231 of file GT2004SimpleBasicBehaviors.h. |
|
|
parameter "go-to-point.left-right"
Definition at line 234 of file GT2004SimpleBasicBehaviors.h. Referenced by execute(), and GT2004BasicBehaviorTurnAroundPoint(). |
|
|
parameter "go-to-point.forward-component"
Definition at line 237 of file GT2004SimpleBasicBehaviors.h. Referenced by execute(), and GT2004BasicBehaviorTurnAroundPoint(). |
|
|
Restricts the walk acceleration to maximum values.
Definition at line 240 of file GT2004SimpleBasicBehaviors.h. |
1.3.6