![]() |
NimbRo ROS Soccer Package
|
Gait command data structure. More...
#include <gait_command.h>
Public Member Functions | |
GaitCommand () | |
Default constructor. | |
void | reset (bool shouldWalk=false) |
Reset function. | |
bool | isFinite () const |
Check whether the gait command is finite. | |
Public Attributes | |
float | linVelX |
Commanded linear x-velocity. | |
float | linVelY |
Commanded linear y-velocity. | |
float | angVelZ |
Commanded angular z-velocity. | |
bool | walk |
Flag whether to walk or not. | |
Gait command data structure.