Skip to content

Commit

Permalink
AP_NavEKF2: clarify wind direction descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Oct 8, 2024
1 parent 197d837 commit 8ba2dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/AP_NavEKF2/LogStructure.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8ba2dae

Please sign in to comment.