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

feat(gnss_poser): options for gnss pose pub method #4357

Merged
merged 6 commits into from
Jul 24, 2023

Conversation

yvzksgl
Copy link
Member

@yvzksgl yvzksgl commented Jul 21, 2023

Description

Adding feature reffered: #4188

This PR offers three options for publishing gnss_pose:

  1. Publish coming data immediately (buffer_epoch does not have effect on algorithm).
  2. Publish median of the buffer (buffer_epoch setted by user).
  3. Publish average value of the poses in the buffer (buffer_epoch setted by user).

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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@yvzksgl yvzksgl added component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) component:localization Vehicle's position determination in its environment. (auto-assigned) labels Jul 21, 2023
@yvzksgl yvzksgl requested a review from YamatoAndo as a code owner July 21, 2023 09:53
@yvzksgl yvzksgl self-assigned this Jul 21, 2023
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) and removed component:localization Vehicle's position determination in its environment. (auto-assigned) labels Jul 21, 2023
@yvzksgl yvzksgl linked an issue Jul 21, 2023 that may be closed by this pull request
3 tasks
@yvzksgl yvzksgl added component:localization Vehicle's position determination in its environment. (auto-assigned) and removed type:documentation Creating or refining documentation. (auto-assigned) labels Jul 21, 2023
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) and removed component:localization Vehicle's position determination in its environment. (auto-assigned) labels Jul 21, 2023
@yvzksgl yvzksgl added component:localization Vehicle's position determination in its environment. (auto-assigned) and removed type:documentation Creating or refining documentation. (auto-assigned) labels Jul 21, 2023
@codecov
Copy link

codecov bot commented Jul 21, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.01 🎉

Comparison is base (f42ca17) 15.06% compared to head (7da49e1) 15.08%.

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     
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 15.08% <ø> (+0.02%) ⬆️ Carriedforward from added13

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
sensing/gnss_poser/src/gnss_poser_core.cpp 0.00% <0.00%> (ø)

... and 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@YamatoAndo YamatoAndo changed the title feat (gnss_poser): options for gnss pose pub method feat(gnss_poser): options for gnss pose pub method Jul 21, 2023
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) and removed component:localization Vehicle's position determination in its environment. (auto-assigned) labels Jul 21, 2023
@YamatoAndo
Copy link
Contributor

I have confirmed that it is working as expected. Once the type mistake is corrected, I will approve this pr.

@yvzksgl
Copy link
Member Author

yvzksgl commented Jul 21, 2023

@YamatoAndo i fixed it, sorry about that.

@yvzksgl yvzksgl added the component:localization Vehicle's position determination in its environment. (auto-assigned) label Jul 21, 2023
@YamatoAndo YamatoAndo added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jul 24, 2023
@YamatoAndo YamatoAndo merged commit 835b4e6 into main Jul 24, 2023
@YamatoAndo YamatoAndo deleted the feat/options-for-gnss-pose-pub-method branch July 24, 2023 05:50
kminoda pushed a commit to kminoda/autoware.universe that referenced this pull request Jul 24, 2023
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:localization Vehicle's position determination in its environment. (auto-assigned) component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding option for give median position in gnss_poser
2 participants