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

#include <common.h>

Collaboration diagram for estimator::magSample:

Public Attributes

Vector3f mag
 NED magnetometer body frame measurements (Gauss) More...
 
uint64_t time_us
 timestamp of the measurement (uSec) More...
 

Detailed Description

Definition at line 125 of file common.h.

Member Data Documentation

◆ mag

◆ time_us

uint64_t estimator::magSample::time_us

timestamp of the measurement (uSec)

Definition at line 127 of file common.h.

Referenced by Ekf::initialiseFilter(), and EstimatorInterface::setMagData().


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