-
Notifications
You must be signed in to change notification settings - Fork 696
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
fix(gnss_poser): fix tf transform #6404
fix(gnss_poser): fix tf transform #6404
Conversation
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
@FranzAlbers I have created a pull request to fix #3640 |
@YamatoAndo - san, thank you for your work. I encountered the same issue and successfully addressed it with this PR. Could you please take a look, @kminoda - san? This PR might be urgent for the correct transformation calculation. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6404 +/- ##
=======================================
Coverage 15.11% 15.12%
=======================================
Files 1821 1821
Lines 126171 126150 -21
Branches 38188 38188
=======================================
Hits 19077 19077
+ Misses 85704 85683 -21
Partials 21390 21390
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> Co-authored-by: kminoda <44218668+kminoda@users.noreply.github.com>
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> Co-authored-by: kminoda <44218668+kminoda@users.noreply.github.com> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> Co-authored-by: kminoda <44218668+kminoda@users.noreply.github.com>
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> Co-authored-by: kminoda <44218668+kminoda@users.noreply.github.com>
Description
fix tf transform.
Isuee link #3640
Tests performed
LSim works.
confirmed that the TF transformation is correct. #3640 (comment)
Effects on system behavior
Not applicable.
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 PR 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.