Skip to content

Commit 0d0bc93

Browse files
committed
AP_NavEKF3: document variance state fields
1 parent 4c17f09 commit 0d0bc93

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

libraries/AP_NavEKF3/LogStructure.h

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -381,35 +381,35 @@ struct PACKED log_XKTV {
381381
// @Description: EKF3 State variances (primary core)
382382
// @Field: TimeUS: Time since system startup
383383
// @Field: C: EKF3 core this data is for
384-
// @Field: V00: Variance for state 0
385-
// @Field: V01: Variance for state 1
386-
// @Field: V02: Variance for state 2
387-
// @Field: V03: Variance for state 3
388-
// @Field: V04: Variance for state 4
389-
// @Field: V05: Variance for state 5
390-
// @Field: V06: Variance for state 6
391-
// @Field: V07: Variance for state 7
392-
// @Field: V08: Variance for state 8
393-
// @Field: V09: Variance for state 9
394-
// @Field: V10: Variance for state 10
395-
// @Field: V11: Variance for state 11
384+
// @Field: V00: Variance for state 0 (attitude quaternion)
385+
// @Field: V01: Variance for state 1 (attitude quaternion)
386+
// @Field: V02: Variance for state 2 (attitude quaternion)
387+
// @Field: V03: Variance for state 3 (attitude quaternion)
388+
// @Field: V04: Variance for state 4 (velocity-north)
389+
// @Field: V05: Variance for state 5 (velocity-east)
390+
// @Field: V06: Variance for state 6 (velocity-down)
391+
// @Field: V07: Variance for state 7 (position-north)
392+
// @Field: V08: Variance for state 8 (position-east)
393+
// @Field: V09: Variance for state 9 (position-down)
394+
// @Field: V10: Variance for state 10 (delta-angle-bias-x)
395+
// @Field: V11: Variance for state 11 (delta-angle-bias-y)
396396

397397
// @LoggerMessage: XKV2
398398
// @Description: more EKF3 State Variances (primary core)
399399
// @Field: TimeUS: Time since system startup
400400
// @Field: C: EKF3 core this data is for
401-
// @Field: V12: Variance for state 12
402-
// @Field: V13: Variance for state 13
403-
// @Field: V14: Variance for state 14
404-
// @Field: V15: Variance for state 15
405-
// @Field: V16: Variance for state 16
406-
// @Field: V17: Variance for state 17
407-
// @Field: V18: Variance for state 18
408-
// @Field: V19: Variance for state 19
409-
// @Field: V20: Variance for state 20
410-
// @Field: V21: Variance for state 21
411-
// @Field: V22: Variance for state 22
412-
// @Field: V23: Variance for state 23
401+
// @Field: V12: Variance for state 12 (delta-angle-bias-z)
402+
// @Field: V13: Variance for state 13 (delta-velocity-bias-x)
403+
// @Field: V14: Variance for state 14 (delta-velocity-bias-y)
404+
// @Field: V15: Variance for state 15 (delta-velocity-bias-z)
405+
// @Field: V16: Variance for state 16 (Earth-frame mag-field-bias-x)
406+
// @Field: V17: Variance for state 17 (Earth-frame mag-field-bias-y)
407+
// @Field: V18: Variance for state 18 (Earth-frame mag-field-bias-z)
408+
// @Field: V19: Variance for state 19 (body-frame mag-field-bias-x)
409+
// @Field: V20: Variance for state 20 (body-frame mag-field-bias-y)
410+
// @Field: V21: Variance for state 21 (body-frame mag-field-bias-z)
411+
// @Field: V22: Variance for state 22 (wind-north)
412+
// @Field: V23: Variance for state 23 (wind-east)
413413
struct PACKED log_XKV {
414414
LOG_PACKET_HEADER;
415415
uint64_t time_us;

0 commit comments

Comments
 (0)