-
Notifications
You must be signed in to change notification settings - Fork 244
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
Feature/GPS Shift support #2741
Conversation
const char kLongitudeDegrees[] = "longitudeDegrees"; | ||
const char kLatitudeDegrees[] = "latitudeDegrees"; | ||
const char kUtcYear[] = "utcYear"; | ||
const char kUtcMonth[] = "utcMonth"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mkorniichuk where do we use all this constants?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LuxoftAKutsan For now, some of them are used for unit testing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mkorniichuk please keep only constants that are used ( only in UT is OK)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LuxoftAKutsan fixed within dc543a1
Rebuild required |
4986eb8
to
bd1a994
Compare
ff64e40
to
4986eb8
Compare
4986eb8
to
ff64e40
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ford has reviewed and approved this PR.
src/components/application_manager/rpc_plugins/rc_rpc_plugin/include/rc_rpc_plugin/rc_helpers.h
Outdated
Show resolved
Hide resolved
src/components/application_manager/rpc_plugins/rc_rpc_plugin/include/rc_rpc_plugin/rc_helpers.h
Outdated
Show resolved
Hide resolved
@ShobhitAd all the comments are processed. Please, take a look |
Waiting to test implementation against |
@ShobhitAd Could you please clarify, is this testing should be done by Project Maintaner? |
The filter created to manage data in terms of SisData->StationLocation->GPSData, since GPSData should not contain more params then latitude, longitude, altitude
…nclude/rc_rpc_plugin/rc_helpers.h Fix typo Update src/components/interfaces/MOBILE_API.xml Co-Authored-By: Shobhit Adlakha <ShobhitAd@users.noreply.github.com>
9b1dc56
to
a95f34b
Compare
Rebased onto current develop 7a7c31b. Made more suitable commit history |
Mobile side PR's are available below: |
@AStasiuk Yes, this testing will be done by the Project Maintainer |
@ShobhitAd, please let me know if you need any kind of assistance with the testing of this feature. |
Fixes #2639
This PR is ready for review.
Risk
This PR makes major API changes.
Testing Plan
Unit testing.
Summary
Current commit contains changes for MOBILE_API and HMI_API.
For the China region, GPS data have to be corrected in order to
bridge the gap between different standards used.
Changelog
Breaking Changes
(latitude, longitude, attitude, timestamp) raw or already adjusted.
Tasks Remaining:
Other parts of delivery:
CLA