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 | angle |
Angle in radians to turn over the way. | |
float | radius |
Radius in m of the circle in m. |
Internal data storage, do NOT modify!
Angle in radians to turn over the way.
Definition at line 161 of file HumanoidMotionInterface.h.
Referenced by fawkes::HumanoidMotionInterface::WalkArcMessage::WalkArcMessage().
Radius in m of the circle in m.
Definition at line 162 of file HumanoidMotionInterface.h.
Referenced by fawkes::HumanoidMotionInterface::WalkArcMessage::WalkArcMessage().
Interface Unix timestamp, seconds.
Definition at line 159 of file HumanoidMotionInterface.h.
Interface Unix timestamp, micro-seconds.
Definition at line 160 of file HumanoidMotionInterface.h.