26 void reset(
bool shouldWalk =
false)
bool isFinite() const
Check whether the gait command is finite.
Definition: gait_command.h:35
Gait command data structure.
Definition: gait_command.h:20
float angVelZ
Commanded angular z-velocity.
Definition: gait_command.h:40
void reset(bool shouldWalk=false)
Reset function.
Definition: gait_command.h:26
float linVelX
Commanded linear x-velocity.
Definition: gait_command.h:38
float linVelY
Commanded linear y-velocity.
Definition: gait_command.h:39
GaitCommand()
Default constructor.
Definition: gait_command.h:23
bool walk
Flag whether to walk or not.
Definition: gait_command.h:43