mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Replay: extend ekf fault status reporting coverage
This commit is contained in:
parent
fcee82f9b2
commit
b1e9207c0f
@ -935,7 +935,7 @@ void Replay::loop()
|
||||
Vector3f magVar;
|
||||
float tasVar;
|
||||
Vector2f offset;
|
||||
uint8_t faultStatus;
|
||||
uint16_t faultStatus;
|
||||
|
||||
const Matrix3f &dcm_matrix = _vehicle.ahrs.AP_AHRS_DCM::get_rotation_body_to_ned();
|
||||
dcm_matrix.to_euler(&DCM_attitude.x, &DCM_attitude.y, &DCM_attitude.z);
|
||||
|
Loading…
Reference in New Issue
Block a user