PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <mount_orientation.h>
Public Attributes | |
uint64_t | timestamp |
float | attitude_euler_angle [3] |
uint8_t | _padding0 [4] |
Definition at line 51 of file mount_orientation.h.
uint8_t mount_orientation_s::_padding0[4] |
Definition at line 55 of file mount_orientation.h.
float mount_orientation_s::attitude_euler_angle[3] |
Definition at line 54 of file mount_orientation.h.
Referenced by vmount::OutputBase::publish(), and MavlinkStreamMountOrientation::send().
uint64_t mount_orientation_s::timestamp |
Definition at line 53 of file mount_orientation.h.