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. | |
float | distance |
Distance in m to walk. |
Internal data storage, do NOT modify!
Distance in m to walk.
Definition at line 134 of file HumanoidMotionInterface.h.
Referenced by fawkes::HumanoidMotionInterface::WalkSidewaysMessage::WalkSidewaysMessage().
int64_t fawkes::HumanoidMotionInterface::WalkSidewaysMessage::WalkSidewaysMessage_data_t::timestamp_sec |
Interface Unix timestamp, seconds.
Definition at line 132 of file HumanoidMotionInterface.h.
int64_t fawkes::HumanoidMotionInterface::WalkSidewaysMessage::WalkSidewaysMessage_data_t::timestamp_usec |
Interface Unix timestamp, micro-seconds.
Definition at line 133 of file HumanoidMotionInterface.h.