Skip to content

Commit

Permalink
EKF: increase wind process noise scaler to 0.5
Browse files Browse the repository at this point in the history
Signed-off-by: CarlOlsson <carlolsson.co@gmail.com>
  • Loading branch information
CarlOlsson authored and priseborough committed Mar 19, 2019
1 parent 32ca6f7 commit 7845ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EKF/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ struct parameters {
float mage_p_noise{1.0e-3f}; ///< process noise for earth magnetic field prediction (Gauss/sec)
float magb_p_noise{1.0e-4f}; ///< process noise for body magnetic field prediction (Gauss/sec)
float wind_vel_p_noise{1.0e-1f}; ///< process noise for wind velocity prediction (m/sec**2)
float wind_vel_p_noise_scaler{0.0f}; ///< scaling of wind process noise with vertical velocity
float wind_vel_p_noise_scaler{0.5f}; ///< scaling of wind process noise with vertical velocity
float terrain_p_noise{5.0f}; ///< process noise for terrain offset (m/sec)
float terrain_gradient{0.5f}; ///< gradient of terrain used to estimate process noise due to changing position (m/m)

Expand Down

0 comments on commit 7845ff4

Please sign in to comment.