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

#include <common.h>

Collaboration diagram for estimator::imuSample:

Public Attributes

Vector3f delta_ang
 delta angle in body frame (integrated gyro measurements) (rad) More...
 
Vector3f delta_vel
 delta velocity in body frame (integrated accelerometer measurements) (m/sec) More...
 
float delta_ang_dt
 delta angle integration period (sec) More...
 
float delta_vel_dt
 delta velocity integration period (sec) More...
 
uint64_t time_us
 timestamp of the measurement (uSec) More...
 

Detailed Description

Definition at line 106 of file common.h.

Member Data Documentation

◆ delta_ang

◆ delta_ang_dt

◆ delta_vel

Vector3f estimator::imuSample::delta_vel

◆ delta_vel_dt

◆ time_us


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