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 | vx |
Speed in X direction in m/s. | |
float | vy |
Speed in Y direction in m/s. |
Internal data storage, do NOT modify!
Interface Unix timestamp, seconds.
Definition at line 276 of file MotorInterface.h.
Interface Unix timestamp, micro-seconds.
Definition at line 277 of file MotorInterface.h.
Speed in X direction in m/s.
Definition at line 278 of file MotorInterface.h.
Referenced by fawkes::MotorInterface::TransMessage::TransMessage().
Speed in Y direction in m/s.
Definition at line 279 of file MotorInterface.h.
Referenced by fawkes::MotorInterface::TransMessage::TransMessage().