ardupilot/libraries/AP_NavEKF3
Peter Barker c8a20726ff AP_NavEKF3: do not store prediction-enabled as state
this is only used in one place, and that place is called from the same routine setting the persistent state.  The only other place which calls readIMUData shouldn't be running the prediction step, but mmay, depending on the previous setting of the prediction step.

We are not initialising this state on filter reset, so it's possible that the state will be set when we do an InitialiseFilterBootstrap, which is probably not desired
2024-07-09 10:45:03 +10:00
..
derivation
AP_NavEKF3.cpp AP_NavEKF3: Rework GPS jamming resiliency 2024-06-09 14:25:02 +10:00
AP_NavEKF3.h AP_NavEKF3: Rework GPS jamming resiliency 2024-06-09 14:25:02 +10:00
AP_NavEKF3_AirDataFusion.cpp AP_NavEKF3: Rework method of synthesising airspeed for dead reckoning 2024-06-09 14:25:02 +10:00
AP_NavEKF3_Control.cpp EKF3: allow earth-frame fields to be estimated with an origin but no GPS 2024-07-03 16:49:27 +10:00
AP_NavEKF3_GyroBias.cpp
AP_NavEKF3_Logging.cpp AP_NavEKF3: Rework GPS jamming resiliency 2024-06-09 14:25:02 +10:00
AP_NavEKF3_MagFusion.cpp AP_NavEKF3: sub update for yaw reset and inFlight checks 2024-06-25 18:09:37 +10:00
AP_NavEKF3_Measurements.cpp AP_NavEKF3: do not store prediction-enabled as state 2024-07-09 10:45:03 +10:00
AP_NavEKF3_OptFlowFusion.cpp AP_NavEKF3: Treat wind as truth when deadreckoning with no airspeed sensor 2024-06-09 14:25:02 +10:00
AP_NavEKF3_Outputs.cpp AP_NavEKF3: make AP_RANGEFINDER_ENABLED remove more code 2024-07-02 09:17:26 +10:00
AP_NavEKF3_PosVelFusion.cpp AP_NavEKF3: make AP_RANGEFINDER_ENABLED remove more code 2024-07-02 09:17:26 +10:00
AP_NavEKF3_RngBcnFusion.cpp AP_NavEKF3: Treat wind as truth when deadreckoning with no airspeed sensor 2024-06-09 14:25:02 +10:00
AP_NavEKF3_VehicleStatus.cpp AP_NavEKF3: sub update for yaw reset and inFlight checks 2024-06-25 18:09:37 +10:00
AP_NavEKF3_core.cpp AP_NavEKF3: do not store prediction-enabled as state 2024-07-09 10:45:03 +10:00
AP_NavEKF3_core.h AP_NavEKF3: do not store prediction-enabled as state 2024-07-09 10:45:03 +10:00
AP_NavEKF3_feature.h AP_NavEKF3: make AP_RANGEFINDER_ENABLED remove more code 2024-07-02 09:17:26 +10:00
LogStructure.h AP_NavEKF3: Rework GPS jamming resiliency 2024-06-09 14:25:02 +10:00