Skip to content
Snippets Groups Projects
Commit 36acb906 authored by James Goppert's avatar James Goppert
Browse files

Fix gps noise matrix for LPE.

parent 02029882
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ void BlockLocalPositionEstimator::gpsCorrect()
}
if (gps_s_stddev > _gps_vz_stddev.get()) {
var_z = gps_s_stddev * gps_s_stddev;
var_vz = gps_s_stddev * gps_s_stddev;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment