mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
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)) {
|
if (getDataEKFGSF(_core, yaw_composite, yaw_composite_variance, yaw, ivn, ive, wgt)) {
|
||||||
|
|
||||||
// @LoggerMessage: XKY0
|
// @LoggerMessage: XKY0
|
||||||
// @Description: EKF2 Yaw Estimator States
|
// @Description: EKF3 Yaw Estimator States
|
||||||
// @Field: TimeUS: Time since system startup
|
// @Field: TimeUS: Time since system startup
|
||||||
// @Field: C: EKF3 core this data is for
|
// @Field: C: EKF3 core this data is for
|
||||||
// @Field: YC: GSF yaw estimate (rad)
|
// @Field: YC: GSF yaw estimate (rad)
|
||||||
|
Loading…
Reference in New Issue
Block a user