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

#include <common.h>

Collaboration diagram for estimator::stateSample:

Public Attributes

Quatf quat_nominal
 quaternion defining the rotation from body to earth frame More...
 
Vector3f vel
 NED velocity in earth frame in m/s. More...
 
Vector3f pos
 NED position in earth frame in m. More...
 
Vector3f gyro_bias
 delta angle bias estimate in rad More...
 
Vector3f accel_bias
 delta velocity bias estimate in m/s More...
 
Vector3f mag_I
 NED earth magnetic field in gauss. More...
 
Vector3f mag_B
 magnetometer bias estimate in body frame in gauss More...
 
Vector2f wind_vel
 wind velocity in m/s More...
 

Detailed Description

Definition at line 367 of file common.h.

Member Data Documentation

◆ accel_bias

◆ gyro_bias

◆ mag_B

Vector3f estimator::stateSample::mag_B

magnetometer bias estimate in body frame in gauss

Definition at line 374 of file common.h.

Referenced by Ekf::constrainStates(), Ekf::fuse(), Ekf::fuseHeading(), Ekf::fuseMag(), Ekf::get_state_delayed(), Ekf::initialiseFilter(), Ekf::realignYawGPS(), and Ekf::resetStates().

◆ mag_I

◆ pos

◆ quat_nominal

◆ vel

◆ wind_vel


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