Skip to content

MagnetometerBiasEstimate (UORB message)

TOPICS: magnetometer_biasestimate

Fields

명칭형식Unit [Frame]Range/Enum설명
timestampuint64time since system start (microseconds)
bias_xfloat32[4]estimated X-bias of all the sensors
bias_yfloat32[4]estimated Y-bias of all the sensors
bias_zfloat32[4]estimated Z-bias of all the sensors
validbool[4]true if the estimator has converged
stablebool[4]

Source Message

Source file (GitHub)

Details

Click here to see original file

c
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
bool[4] stable