ardupilot/libraries/AP_ExternalAHRS
BLash d4ca5fe868 AP_ExternalAHRS_VectorNav: Split IMU and EKF message
In AHRS Mode, split the single message to an IMU packet and an AHRS packet; in EKF Mode, split the two messages into an IMU message, an EKF packet, and a GNSS packet.
Simplify message header definition to consolidate and eliminate the need for static asserts
Update healthy logic and use to represent new packet structure
Replace EAH3 message with messages per-packet
Add Ypr as configured output in the EKF message
2024-07-29 15:52:29 +10:00
..
AP_ExternalAHRS.cpp AP_ExternalAHRS: use NEW_NOTHROW for new(std::nothrow) 2024-06-04 09:20:21 +10:00
AP_ExternalAHRS.h AP_ExternalAHRS: Populate orientation from filter 2024-03-15 18:11:22 +11:00
AP_ExternalAHRS_InertialLabs.cpp AP_ExternalAHRS: added EAHRS_LOG_RATE and common logging 2024-02-27 21:10:20 +11:00
AP_ExternalAHRS_InertialLabs.h AP_ExternalAHRS: Add pre-arm for misconfigured EAHRS_SENSORS and GPS_TYPE 2024-04-30 09:18:46 +10:00
AP_ExternalAHRS_MicroStrain5.cpp AP_ExternalAHRS: added location extrapolation 2023-12-17 09:47:30 +11:00
AP_ExternalAHRS_MicroStrain5.h AP_ExternalAHRS: Add pre-arm for misconfigured EAHRS_SENSORS and GPS_TYPE 2024-04-30 09:18:46 +10:00
AP_ExternalAHRS_MicroStrain7.cpp AP_ExternalAHRS: Fix duplicate condition 2024-05-14 09:58:59 +10:00
AP_ExternalAHRS_MicroStrain7.h AP_ExternalAHRS: Add pre-arm for misconfigured EAHRS_SENSORS and GPS_TYPE 2024-04-30 09:18:46 +10:00
AP_ExternalAHRS_VectorNav.cpp AP_ExternalAHRS_VectorNav: Split IMU and EKF message 2024-07-29 15:52:29 +10:00
AP_ExternalAHRS_VectorNav.h AP_ExternalAHRS_VectorNav: Split IMU and EKF message 2024-07-29 15:52:29 +10:00
AP_ExternalAHRS_backend.cpp AP_ExternalAHRS: added support for GPS disable and fwd flight 2024-02-27 21:10:20 +11:00
AP_ExternalAHRS_backend.h AP_ExternalAHRS: Add pre-arm for misconfigured EAHRS_SENSORS and GPS_TYPE 2024-04-30 09:18:46 +10:00
AP_ExternalAHRS_config.h AP_ExternalAHRS: correct compilation with MicroStrain5 disabled 2024-01-15 09:39:41 +11:00
MicroStrain_common.cpp AP_ExternalAHRS: Use filter data to populate EKF status report 2024-03-26 11:11:39 +11:00
MicroStrain_common.h AP_ExternalAHRS: Use filter data to populate EKF status report 2024-03-26 11:11:39 +11:00