#include <GT2004SimpleBasicBehaviors.h>
Inheritance diagram for GT2004BasicBehaviorGoToPoint:
Public Member Functions | |
GT2004BasicBehaviorGoToPoint (BehaviorControlInterfaces &interfaces, Xabsl2ErrorHandler &errorHandler) | |
virtual void | execute () |
Executes the basic behavior. | |
Protected Attributes | |
double | x |
parameter "go-to-point.x" | |
double | y |
parameter "go-to-point.y" | |
double | destinationAngle |
parameter "go-to-point.destination-angle" | |
double | distanceRemain |
parameter "distance-remain" | |
double | angleRemain |
parameter "angle-remain" | |
double | maxSpeed |
parameter "go-to-point.max-speed" | |
double | maxSpeedY |
parameter "go-to-point.max-speed.y" | |
double | walkType |
parameter "walk-type" | |
WalkAccelerationRestrictor | accelerationRestrictor |
Restricts the walk acceleration to maximum values. |
Martin Lötzsch
Definition at line 138 of file GT2004SimpleBasicBehaviors.h.
|
Definition at line 146 of file GT2004SimpleBasicBehaviors.h. References angleRemain, distanceRemain, point, and Xabsl2BasicBehavior::registerParameter(). |
Here is the call graph for this function:
|
Executes the basic behavior.
Implements Xabsl2BasicBehavior. Definition at line 476 of file GT2004SimpleBasicBehaviors.cpp. References angleRemain, Geometry::angleTo(), distanceRemain, Geometry::distanceTo(), fromDegrees(), max, min, MotionRequest::motionType, normalize(), WalkAccelerationRestrictor::restrictAccelerations(), Pose2D::rotation, WalkAccelerationRestrictor::saveLastWalkParameters(), toDegrees(), Pose2D::translation, WalkRequest::walkParams, MotionRequest::walkRequest, WalkRequest::walkType, Vector2< double >::x, and Vector2< double >::y. |
Here is the call graph for this function:
|
parameter "go-to-point.x"
Definition at line 167 of file GT2004SimpleBasicBehaviors.h. |
|
parameter "go-to-point.y"
Definition at line 170 of file GT2004SimpleBasicBehaviors.h. |
|
parameter "go-to-point.destination-angle"
Definition at line 173 of file GT2004SimpleBasicBehaviors.h. |
|
parameter "distance-remain"
Definition at line 176 of file GT2004SimpleBasicBehaviors.h. Referenced by execute(), and GT2004BasicBehaviorGoToPoint(). |
|
parameter "angle-remain"
Definition at line 179 of file GT2004SimpleBasicBehaviors.h. Referenced by execute(), and GT2004BasicBehaviorGoToPoint(). |
|
parameter "go-to-point.max-speed"
Definition at line 182 of file GT2004SimpleBasicBehaviors.h. |
|
parameter "go-to-point.max-speed.y"
Definition at line 185 of file GT2004SimpleBasicBehaviors.h. |
|
parameter "walk-type"
Definition at line 188 of file GT2004SimpleBasicBehaviors.h. |
|
Restricts the walk acceleration to maximum values.
Definition at line 191 of file GT2004SimpleBasicBehaviors.h. |