PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <sensor_bias.h>
Public Attributes | |
uint64_t | timestamp |
float | gyro_bias [3] |
float | accel_bias [3] |
float | mag_bias [3] |
uint8_t | _padding0 [4] |
Definition at line 51 of file sensor_bias.h.
uint8_t sensor_bias_s::_padding0[4] |
Definition at line 57 of file sensor_bias.h.
float sensor_bias_s::accel_bias[3] |
Definition at line 55 of file sensor_bias.h.
Referenced by MavlinkStreamHighresIMU::send(), and VehicleAcceleration::SensorBiasUpdate().
float sensor_bias_s::gyro_bias[3] |
Definition at line 54 of file sensor_bias.h.
Referenced by MavlinkStreamHighresIMU::send(), and VehicleAngularVelocity::SensorBiasUpdate().
float sensor_bias_s::mag_bias[3] |
Definition at line 56 of file sensor_bias.h.
Referenced by MavlinkStreamHighresIMU::send().
uint64_t sensor_bias_s::timestamp |
Definition at line 53 of file sensor_bias.h.
Referenced by Ekf2::Run().