Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Hi,
We are currently implementing the Android Auto telemetry. So far it works, but I noticed an issue with the conversion of odometer.
This is the data we read, when I send „range 235“ and „odometer 235“:
And this is what the help of the desktop-head-unit shows:
This is our code, to get the value in km:
So as you can see the API both describes them as meters and we convert them to km.
However Odometer then returns as 235m.
We also verified this in a real car that provides these values, and it behaves the same.
Can you please check?
Thanks Samuel