-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
GPSData
Description:
China region needs GPS data to be corrected using proprietary algorithm to bridge the gap between different standards used.
Detailed description:
API changes introduce "shifted" flag for GPS data which defines whether the GPS data
(latitude, longitude, attitude, timestamp) raw or already adjusted.
HMI_API
<param name="shifted" type="Boolean" mandatory="false">
<description>
True, if GPS lat/long, time, and altitude have been purposefully shifted (requires a proprietary algorithm to unshift).
False, if the GPS data is raw and un-shifted.
If not provided, then value is assumed False.
</description>
</param>
MOBILE_API
<param name="shifted" type="Boolean" mandatory="false" since="5.0">
<description>
True, if GPS lat/long, time, and altitude have been purposefully shifted (requires a proprietary algorithm to unshift).
False, if the GPS data is raw and un-shifted.
If not provided, then value is assumed False.
</description>
</param>
Links:
- Proposal: 0199-Adding-GPS-Shift-support
- Parent requirement:
- Technical task: issues/2639