-
Notifications
You must be signed in to change notification settings - Fork 650
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(tier4_autoware_utils): add pose interpolation function #1097
feat(tier4_autoware_utils): add pose interpolation function #1097
Conversation
Signed-off-by: yutaka <purewater0901@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #1097 +/- ##
========================================
+ Coverage 8.98% 9.02% +0.04%
========================================
Files 1024 1025 +1
Lines 69430 69484 +54
Branches 11697 11721 +24
========================================
+ Hits 6238 6272 +34
Misses 58008 58008
- Partials 5184 5204 +20
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
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
…foundation#1097) Signed-off-by: yutaka <purewater0901@gmail.com> Signed-off-by: SoohyeokPark-MORAI <shpark.morai@gmail.com>
…foundation#1097) Signed-off-by: yutaka <purewater0901@gmail.com>
…foundation#1097) Signed-off-by: yutaka <purewater0901@gmail.com>
Signed-off-by: yutaka <purewater0901@gmail.com>
Signed-off-by: yutaka <purewater0901@gmail.com>
Signed-off-by: yutaka <purewater0901@gmail.com>
Signed-off-by: yutaka <purewater0901@gmail.com>
Signed-off-by: yutaka <purewater0901@gmail.com>
Signed-off-by: yutaka <purewater0901@gmail.com>
Signed-off-by: yutaka <purewater0901@gmail.com>
#1100, #1126) (#592) * feat(tier4_autoware_utils): add pose interpolation function (#1097) Signed-off-by: yutaka <purewater0901@gmail.com> * feat(tier4_autoware_utils): add new orientation calculation (#1126) * feat(tier4_autoware_utils): add new orientation calculation Signed-off-by: yutaka <purewater0901@gmail.com> * fix format * feat(tier4_autoware_utils): add point interpolation function (#1100) --------- Signed-off-by: yutaka <purewater0901@gmail.com> Co-authored-by: Yutaka Shimizu <43805014+purewater0901@users.noreply.github.com>
Signed-off-by: yutaka purewater0901@gmail.com
Description
Add geometry pose interpolation function to tier4 autoware utils
Related links
Tests performed
Notes for reviewers
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.