AP_NavEKF3: clarify wind direction descriptions

This commit is contained in:
Peter Barker 2024-10-05 11:06:54 +10:00 committed by Peter Barker
parent 8487657137
commit 8edcb4b8d3

View File

@ -104,8 +104,8 @@ struct PACKED log_XKF1 {
// @Field: AX: Estimated accelerometer X bias
// @Field: AY: Estimated accelerometer Y bias
// @Field: AZ: Estimated accelerometer Z bias
// @Field: VWN: Estimated wind velocity (North component)
// @Field: VWE: Estimated wind velocity (East component)
// @Field: VWN: Estimated wind velocity (moving-to-North component)
// @Field: VWE: Estimated wind velocity (moving-to-East component)
// @Field: MN: Magnetic field strength (North component)
// @Field: ME: Magnetic field strength (East component)
// @Field: MD: Magnetic field strength (Down component)