diff --git a/sw/simulator/nps/nps_fdm.h b/sw/simulator/nps/nps_fdm.h index 5ee30e6789..2347ed38da 100644 --- a/sw/simulator/nps/nps_fdm.h +++ b/sw/simulator/nps/nps_fdm.h @@ -44,6 +44,7 @@ struct NpsFdm { struct NedCoor_d ltpprz_ecef_accel; /* attitude */ + struct DoubleQuat ecef_to_body_quat; struct DoubleQuat ltp_to_body_quat; struct DoubleEulers ltp_to_body_eulers; struct DoubleQuat ltpprz_to_body_quat;