-
Notifications
You must be signed in to change notification settings - Fork 682
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
feat(gnss_poser): options for gnss pose pub method #4357
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #4357 +/- ##
==========================================
+ Coverage 15.06% 15.08% +0.01%
==========================================
Files 1508 1508
Lines 103769 103593 -176
Branches 31702 31578 -124
==========================================
- Hits 15629 15622 -7
+ Misses 71122 70981 -141
+ Partials 17018 16990 -28
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
I have confirmed that it is working as expected. Once the type mistake is corrected, I will approve this pr. |
@YamatoAndo i fixed it, sorry about that. |
…n#4357) * Option for how to publish gnss_pose * Readme updated * style(pre-commit): autofix * typo is corrected * style(pre-commit): autofix --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
Adding feature reffered: #4188
This PR offers three options for publishing gnss_pose:
Tests performed
All added options runned through logging simulator.
Effects on system behavior
Different GNSS/INS sensors different accuracies, user should be able to choose the most suitable buffer size and gnss pose publish method for themselves.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The Reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.