PX4 Firmware
PX4 Autopilot Software http://px4.io
vehicle_roi_s Struct Reference

#include <vehicle_roi.h>

Collaboration diagram for vehicle_roi_s:

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]
 

Detailed Description

Definition at line 57 of file vehicle_roi.h.

Member Data Documentation

◆ _padding0

uint8_t vehicle_roi_s::_padding0[7]

Definition at line 67 of file vehicle_roi.h.

◆ alt

float vehicle_roi_s::alt

Definition at line 62 of file vehicle_roi.h.

Referenced by Navigator::run(), and vmount::InputMavlinkROI::update_impl().

◆ lat

double vehicle_roi_s::lat

◆ lon

double vehicle_roi_s::lon

◆ mode

uint8_t vehicle_roi_s::mode

◆ pitch_offset

float vehicle_roi_s::pitch_offset

Definition at line 64 of file vehicle_roi.h.

Referenced by Navigator::run(), and vmount::InputMavlinkROI::update_impl().

◆ roll_offset

float vehicle_roi_s::roll_offset

Definition at line 63 of file vehicle_roi.h.

Referenced by Navigator::run(), and vmount::InputMavlinkROI::update_impl().

◆ timestamp

uint64_t vehicle_roi_s::timestamp

Definition at line 59 of file vehicle_roi.h.

Referenced by Navigator::run().

◆ yaw_offset

float vehicle_roi_s::yaw_offset

The documentation for this struct was generated from the following file: