mirror of https://github.com/ArduPilot/ardupilot
AP_NavEKF3: correct description on XKY0
This commit is contained in:
parent
aa3165b71c
commit
3440a64b66
|
@ -353,7 +353,7 @@ void NavEKF3::Log_Write_GSF(uint8_t _core, uint64_t time_us) const
|
|||
if (getDataEKFGSF(_core, yaw_composite, yaw_composite_variance, yaw, ivn, ive, wgt)) {
|
||||
|
||||
// @LoggerMessage: XKY0
|
||||
// @Description: EKF2 Yaw Estimator States
|
||||
// @Description: EKF3 Yaw Estimator States
|
||||
// @Field: TimeUS: Time since system startup
|
||||
// @Field: C: EKF3 core this data is for
|
||||
// @Field: YC: GSF yaw estimate (rad)
|
||||
|
|
Loading…
Reference in New Issue