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

#include <vehicle_odometry.h>

Collaboration diagram for vehicle_odometry_s:

Public Attributes

uint64_t timestamp
 
float x
 
float y
 
float z
 
float q [4]
 
float q_offset [4]
 
float pose_covariance [21]
 
float vx
 
float vy
 
float vz
 
float rollspeed
 
float pitchspeed
 
float yawspeed
 
float velocity_covariance [21]
 
uint8_t local_frame
 
uint8_t _padding0 [3]
 

Detailed Description

Definition at line 66 of file vehicle_odometry.h.

Member Data Documentation

◆ _padding0

uint8_t vehicle_odometry_s::_padding0[3]

Definition at line 83 of file vehicle_odometry.h.

◆ local_frame

uint8_t vehicle_odometry_s::local_frame

◆ pitchspeed

float vehicle_odometry_s::pitchspeed

◆ pose_covariance

◆ q

◆ q_offset

float vehicle_odometry_s::q_offset[4]

Definition at line 73 of file vehicle_odometry.h.

Referenced by Ekf2::Run().

◆ rollspeed

float vehicle_odometry_s::rollspeed

◆ timestamp

◆ velocity_covariance

float vehicle_odometry_s::velocity_covariance[21]

◆ vx

◆ vy

◆ vz

◆ x

◆ y

◆ yawspeed

float vehicle_odometry_s::yawspeed

◆ z


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