mirror of https://github.com/ArduPilot/ardupilot
414d3eb670
when using a vision position system, the user may have vision derived GPS data coming in using GPS_INPUT msgs. We should not fuse these when EK2_GPS_TYPE=3 as we end up fusing both vision data and GPS data, which does not work with the current EK2 code This change makes it possible to run EK2 and EK3 in parallel in a Vicon, wityh EK2 using VISION_POSITION_ESTIMATE data and EK3 using GPS_INPUT (with yaw) data. |
||
---|---|---|
.. | ||
AP_NavEKF2.cpp | ||
AP_NavEKF2.h | ||
AP_NavEKF2_AirDataFusion.cpp | ||
AP_NavEKF2_Buffer.h | ||
AP_NavEKF2_Control.cpp | ||
AP_NavEKF2_Logging.cpp | ||
AP_NavEKF2_MagFusion.cpp | ||
AP_NavEKF2_Measurements.cpp | ||
AP_NavEKF2_OptFlowFusion.cpp | ||
AP_NavEKF2_Outputs.cpp | ||
AP_NavEKF2_PosVelFusion.cpp | ||
AP_NavEKF2_RngBcnFusion.cpp | ||
AP_NavEKF2_VehicleStatus.cpp | ||
AP_NavEKF2_core.cpp | ||
AP_NavEKF2_core.h | ||
AP_NavEKF_GyroBias.cpp |