Browse Source

Fix typo

master
kamilritz 5 years ago committed by Mathieu Bresciani
parent
commit
afd4f3f86b
  1. 2
      EKF/mag_fusion.cpp

2
EKF/mag_fusion.cpp

@ -831,7 +831,7 @@ void Ekf::fuseHeading() @@ -831,7 +831,7 @@ void Ekf::fuseHeading()
// conditioned covariance matrix developing over time.
if (!_control_status.flags.vehicle_at_rest) {
// Vehicle is not at rest so fuse a zero innovation if necessary to prevent
// unconstrained quaterniion variance growth and record the predicted heading
// unconstrained quaternion variance growth and record the predicted heading
// to use as an observation when movement ceases.
// TODO a better way of determining when this is necessary
float sumQuatVar = P(0,0) + P(1,1) + P(2,2) + P(3,3);

Loading…
Cancel
Save