-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
RTK position and heading #654
Conversation
A problem I just realized with this PR is that earlier we merged the gps driver into integration for testing, so now you can only review the parts we uncommented instead of the whole thing. Maybe we should delete that file from integration temporarily to review this when its ready? |
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.
lgtm, just some minor nits
30aea7d
to
6d06b3f
Compare
Summary
Closes #618, #617, #142
What features did you add, bugs did you fix, etc?
Modified GPS driver and linearization nodes to support dual RTK GPS positioning and heading calculation.
Did you add documentation to the wiki?
No, TODO
How was this code tested?
RTK functionality was tested on the GPS hardware and accuracy was compared between different RTK statuses. GPS heading was tested successfully in the simulator using simulated left and right GPSs, and on the real hardware which didn't work as well.
Did you test this in sim?
Yes
Did you test this on the rover?
Yes, verified functionality not accuracy
Did you add unit tests?
No