mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
AP_Compass: add GPYW metadata
This commit is contained in:
parent
69beb2d1fa
commit
7e214b2695
@ -444,6 +444,14 @@ good_yaw:
|
|||||||
|
|
||||||
#if HAL_LOGGING_ENABLED
|
#if HAL_LOGGING_ENABLED
|
||||||
// this log message helps diagnose GPS yaw issues
|
// this log message helps diagnose GPS yaw issues
|
||||||
|
// @LoggerMessage: GPYW
|
||||||
|
// @Description: GPS Yaw
|
||||||
|
// @Field: TimeUS: Time since system startup
|
||||||
|
// @Field: Id: instance
|
||||||
|
// @Field: RHD: reported heading,deg
|
||||||
|
// @Field: RDist: antenna separation,m
|
||||||
|
// @Field: RDown: vertical antenna separation,m
|
||||||
|
// @Field: OK: 1 if have yaw
|
||||||
AP::logger().WriteStreaming("GPYW", "TimeUS,Id,RHD,RDist,RDown,OK",
|
AP::logger().WriteStreaming("GPYW", "TimeUS,Id,RHD,RDist,RDown,OK",
|
||||||
"s#dmm-",
|
"s#dmm-",
|
||||||
"F-----",
|
"F-----",
|
||||||
|
Loading…
Reference in New Issue
Block a user