#include <GT2003MotionNetSpecialActions.h>
Collaboration diagram for GT2003MotionNetSpecialActions::OdometryEntry:
Public Types | |
enum | OdometryType { none, once, homogeneous } |
Enum for odometry types none: No odometry, means no movement once: Odometry pose is used once the motion is executed homegeneous: Odometry pose describes speed and is used each tick. More... | |
Public Member Functions | |
OdometryEntry () | |
Public Attributes | |
OdometryType | type |
OdometryData | o |
Definition at line 81 of file GT2003MotionNetSpecialActions.h.
|
Enum for odometry types none: No odometry, means no movement once: Odometry pose is used once the motion is executed homegeneous: Odometry pose describes speed and is used each tick.
Definition at line 88 of file GT2003MotionNetSpecialActions.h. |
|
Definition at line 96 of file GT2003MotionNetSpecialActions.h. |
|
Definition at line 94 of file GT2003MotionNetSpecialActions.h. Referenced by GT2003MotionNetSpecialActions::executeParameterized(), and GT2003MotionNetSpecialActions::readOdometryTable(). |
|
Definition at line 95 of file GT2003MotionNetSpecialActions.h. Referenced by GT2003MotionNetSpecialActions::executeParameterized(), GT2003MotionNetSpecialActions::readOdometryTable(), and GT2003MotionNetSpecialActions::specialActionIsExecutableInWalkingCycle(). |