mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Replay : Remove unused numerical divergence metric
This commit is contained in:
parent
0727ac5c79
commit
296dfad600
@ -381,7 +381,7 @@ void loop()
|
||||
NavEKF.getMagXYZ(magXYZ);
|
||||
NavEKF.getInnovations(velInnov, posInnov, magInnov, tasInnov);
|
||||
NavEKF.getVariances(velVar, posVar, hgtVar, magVar, tasVar, offset);
|
||||
NavEKF.getFilterFaults(faultStatus,deltaGyroBias);
|
||||
NavEKF.getFilterFaults(faultStatus);
|
||||
NavEKF.getPosNED(ekf_relpos);
|
||||
Vector3f inav_pos = inertial_nav.get_position() * 0.01f;
|
||||
float temp = degrees(ekf_euler.z);
|
||||
|
Loading…
Reference in New Issue
Block a user