#include <MotionRequest.h>
Collaboration diagram for WalkRequest:

Public Types | |
| enum | WalkType { normal, upsideDown, turnWithBall, turnKick, dash, debug, boost, walkWithBall, gt2004mode, numOfWalkType } |
| ids for all walking types More... | |
Public Member Functions | |
| WalkRequest () | |
Static Public Member Functions | |
| const char * | getWalkTypeName (WalkType id) |
| returns names for walking types | |
Public Attributes | |
| WalkType | walkType |
| walking type | |
| Pose2D | walkParams |
| walk parameters, in mm/s / rad/s | |
|
|
ids for all walking types
Definition at line 250 of file MotionRequest.h. |
|
|
Definition at line 263 of file MotionRequest.h. |
|
|
returns names for walking types
Definition at line 272 of file MotionRequest.h. References boost, dash, debug, gt2004mode, normal, turnKick, turnWithBall, upsideDown, and walkWithBall. Referenced by MotionRequest::getWalkTypeName(). |
|
|
1.3.6