mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Logger: make it clear that bodyX and bodyY are rotational rates
This commit is contained in:
parent
22988ac585
commit
86039b8488
@ -892,8 +892,8 @@ struct PACKED log_VER {
|
|||||||
// @Field: Qual: Estimated sensor data quality
|
// @Field: Qual: Estimated sensor data quality
|
||||||
// @Field: flowX: Sensor flow rate, X-axis
|
// @Field: flowX: Sensor flow rate, X-axis
|
||||||
// @Field: flowY: Sensor flow rate,Y-axis
|
// @Field: flowY: Sensor flow rate,Y-axis
|
||||||
// @Field: bodyX: derived velocity, X-axis
|
// @Field: bodyX: derived rotational velocity, X-axis
|
||||||
// @Field: bodyY: derived velocity, Y-axis
|
// @Field: bodyY: derived rotational velocity, Y-axis
|
||||||
|
|
||||||
// @LoggerMessage: PARM
|
// @LoggerMessage: PARM
|
||||||
// @Description: parameter value
|
// @Description: parameter value
|
||||||
|
Loading…
Reference in New Issue
Block a user