mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
EKF: correct error in comment
This commit is contained in:
parent
3e81b86280
commit
4fcbfb5d42
@ -216,7 +216,7 @@ private:
|
||||
uint64_t _time_last_mag; // measurement time of last magnetomter sample
|
||||
Vector3f _mag_filt_state; // filtered magnetometer measurement
|
||||
Vector3f _delVel_sum; // summed delta velocity
|
||||
float _hgt_sensor_offset; // value subtracted from the height measurement to maintain consistency after switching height sensors (m)
|
||||
float _hgt_sensor_offset; // set as necessary if desired to maintain the same height after a height reset (m)
|
||||
|
||||
gps_check_fail_status_u _gps_check_fail_status;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user