Fawkes API
Fawkes Development Version
|
Internal data storage, do NOT modify! More...
Public Attributes | |
int64_t | timestamp_sec |
Interface Unix timestamp, seconds. | |
int64_t | timestamp_usec |
Interface Unix timestamp, micro-seconds. | |
int32_t | leg |
Leg to kick with. | |
float | strength |
Kick strength. |
Internal data storage, do NOT modify!
Leg to kick with.
Definition at line 266 of file HumanoidMotionInterface.h.
Referenced by fawkes::HumanoidMotionInterface::KickMessage::KickMessage().
Kick strength.
Definition at line 267 of file HumanoidMotionInterface.h.
Referenced by fawkes::HumanoidMotionInterface::KickMessage::KickMessage().
Interface Unix timestamp, seconds.
Definition at line 264 of file HumanoidMotionInterface.h.
Interface Unix timestamp, micro-seconds.
Definition at line 265 of file HumanoidMotionInterface.h.