mirror of https://github.com/ArduPilot/ardupilot
AP_NavEKF2: clarify wind direction descriptions
This commit is contained in:
parent
197d837b6c
commit
8ba2dae936
|
@ -100,8 +100,8 @@ struct PACKED log_NKF1 {
|
|||
// @Field: GSX: Gyro Scale Factor (X-axis)
|
||||
// @Field: GSY: Gyro Scale Factor (Y-axis)
|
||||
// @Field: GSZ: Gyro Scale Factor (Z-axis)
|
||||
// @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)
|
||||
|
|
Loading…
Reference in New Issue