PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <vehicle_roi.h>
Public Attributes | |
uint64_t | timestamp |
double | lat |
double | lon |
float | alt |
float | roll_offset |
float | pitch_offset |
float | yaw_offset |
uint8_t | mode |
uint8_t | _padding0 [7] |
Definition at line 57 of file vehicle_roi.h.
uint8_t vehicle_roi_s::_padding0[7] |
Definition at line 67 of file vehicle_roi.h.
float vehicle_roi_s::alt |
Definition at line 62 of file vehicle_roi.h.
Referenced by Navigator::run(), and vmount::InputMavlinkROI::update_impl().
double vehicle_roi_s::lat |
Definition at line 60 of file vehicle_roi.h.
Referenced by Mission::heading_sp_update(), Navigator::run(), and vmount::InputMavlinkROI::update_impl().
double vehicle_roi_s::lon |
Definition at line 61 of file vehicle_roi.h.
Referenced by Mission::heading_sp_update(), Navigator::run(), and vmount::InputMavlinkROI::update_impl().
uint8_t vehicle_roi_s::mode |
Definition at line 66 of file vehicle_roi.h.
Referenced by Mission::heading_sp_update(), Mission::on_active(), Navigator::run(), and vmount::InputMavlinkROI::update_impl().
float vehicle_roi_s::pitch_offset |
Definition at line 64 of file vehicle_roi.h.
Referenced by Navigator::run(), and vmount::InputMavlinkROI::update_impl().
float vehicle_roi_s::roll_offset |
Definition at line 63 of file vehicle_roi.h.
Referenced by Navigator::run(), and vmount::InputMavlinkROI::update_impl().
uint64_t vehicle_roi_s::timestamp |
Definition at line 59 of file vehicle_roi.h.
Referenced by Navigator::run().
float vehicle_roi_s::yaw_offset |
Definition at line 65 of file vehicle_roi.h.
Referenced by Mission::heading_sp_update(), Navigator::run(), and vmount::InputMavlinkROI::update_impl().