-
Notifications
You must be signed in to change notification settings - Fork 26
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
Base rtcm support #33
Open
bvsam
wants to merge
15
commits into
aussierobots:main
Choose a base branch
from
bvsam:base-rtcm-support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Looks good. Could you run |
The tests pass when I run I'll expect to be able to test the code on a ZED-F9P and report my results (as to whether this new code works correctly) relatively soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds further support for the fixed base station and moving rover used case.
A basic README update for the use case has been added, along with 2 launch files for this use case. Additionally, missing parameters and support for the
UBX-NAV-SVIN
type message has been added. The parameters setup in the launch file have been mostly setup to match the parameters specified in section Appendix C of the ZED-F9P Integration manual. The new parameters have been added using information from the u-blox F9 HPG 1.51 Interface description document.Additionally, minor (non-breaking) changes were made to existing launch files to improve usability/modularity and reduce unused code.
Please let me know if you'd like me to make any changes (especially with the naming of variables and the casing of the new
UBXNavSvin.msg
and its relevant code that has been added - I used upper and lowercase to try and replicate the rest of the code as best as possible).I haven't tested these changes yet, but I'll likely be able to do so within the next few days. I'm setting up this PR now so that it can be reviewed/commented on as necessary. The code on this PR does build successfully though.