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

[gps] add fields_valid and remove GPS_USE_LATLONG #1476

Merged
merged 1 commit into from Dec 21, 2015
Merged

Conversation

flixr
Copy link
Member

@flixr flixr commented Dec 13, 2015

add fields_valid bitfiled to gps struct and use that to decide whether a valid UTM pos is availabe instead of always computing UTM if GPS_USE_LATLONG is defined

should close #641

add fields_valid bitfiled to gps struct and use that to decide whether a valid UTM pos is availabe instead of always computing UTM if GPS_USE_LATLONG is defined

should close #641
@kirkscheper
Copy link
Member

Loving this Felix!

@flixr
Copy link
Member Author

flixr commented Dec 15, 2015

Tests to confirm all is still working as expected would be appreciated, I could only test the sim...
@gautierhattenberger do you think we should wait with this for after the v5.8 release?

@gautierhattenberger
Copy link
Member

This is a really nice change, but except testing some ublox module in the lab, I won't be able to do more before leaving for vacations. It doesn't really change much for end-users and it may have some side effects if we missed some stupid bugs, so maybe it is not wise for a stable release...

@flixr
Copy link
Member Author

flixr commented Dec 15, 2015

Agreed, waiting for after the release...

flixr added a commit that referenced this pull request Dec 21, 2015
[gps] add fields_valid and remove GPS_USE_LATLONG

add fields_valid bitfiled to gps struct and use that to decide whether a valid UTM pos is availabe instead of always computing UTM if GPS_USE_LATLONG is defined
@flixr flixr merged commit 5629c64 into master Dec 21, 2015
@flixr flixr deleted the gps_utm_cleanup branch December 21, 2015 14:35
@flixr flixr added this to the v6.0 milestone Dec 21, 2015
gautierhattenberger added a commit that referenced this pull request Dec 27, 2015
- was correctly used for init but not normal reading
- add convenience function to get utm from GPS struct

fix stuff missed in #1476
flixr added a commit that referenced this pull request Dec 28, 2015
- add convenience function to get utm in int from GPS struct

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

Successfully merging this pull request may close these issues.

GPS cleanup and better LTP origin handling (UTM vs. NED)
3 participants