mirror of
https://github.com/commaai/msgq.git
synced 2026-06-11 23:44:58 +08:00
Horizontal acc (#595)
* accuracy means horizontal * typo --------- Co-authored-by: Bruce Wayne <harald.the.engineer@gmail.com>
This commit is contained in:
@@ -269,8 +269,8 @@ struct GpsLocationData {
|
||||
# Represents heading in degrees.
|
||||
bearingDeg @5 :Float32;
|
||||
|
||||
# Represents expected accuracy in meters. (presumably 1 sigma?)
|
||||
accuracy @6 :Float32;
|
||||
# Represents expected horizontal accuracy in meters.
|
||||
horizontalAccuracy @6 :Float32;
|
||||
|
||||
unixTimestampMillis @7 :Int64;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user