Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GPSData] - Adding GPS Shift support #110

Open
KhrystynaDubovyk opened this issue Nov 8, 2018 · 0 comments
Open

[GPSData] - Adding GPS Shift support #110

KhrystynaDubovyk opened this issue Nov 8, 2018 · 0 comments

Comments

@KhrystynaDubovyk
Copy link
Contributor

KhrystynaDubovyk commented Nov 8, 2018

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant