PX4-Autopilot/msg/magnetometer_bias_estimate.msg
bresch ec178c8745 create new mag_bias_estimator module
Co-authored-by: Daniel Agar <daniel@agar.ca>
2021-10-02 21:25:21 -04:00

8 lines
300 B
Plaintext

uint64 timestamp # time since system start (microseconds)
float32[4] bias_x # estimated X-bias of all the sensors
float32[4] bias_y # estimated Y-bias of all the sensors
float32[4] bias_z # estimated Z-bias of all the sensors
bool[4] valid # true if the estimator has converged