-
Notifications
You must be signed in to change notification settings - Fork 683
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(motion_utils): fix pose in interpolated pose function #1402
feat(motion_utils): fix pose in interpolated pose function #1402
Conversation
Signed-off-by: yutaka <purewater0901@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #1402 +/- ##
=========================================
+ Coverage 9.97% 10.41% +0.44%
=========================================
Files 1120 1120
Lines 77767 78234 +467
Branches 17838 18090 +252
=========================================
+ Hits 7759 8150 +391
- Misses 62669 62673 +4
- Partials 7339 7411 +72
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: yutaka <purewater0901@gmail.com>
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
* feat(motion_utils): fix pose in interpolated pose function Signed-off-by: yutaka <purewater0901@gmail.com> * replace the isDriving funciton with tier4_autoware_utils Signed-off-by: yutaka <purewater0901@gmail.com>
* feat(motion_utils): fix pose in interpolated pose function Signed-off-by: yutaka <purewater0901@gmail.com> * replace the isDriving funciton with tier4_autoware_utils Signed-off-by: yutaka <purewater0901@gmail.com>
* feat(motion_utils): fix pose in interpolated pose function Signed-off-by: yutaka <purewater0901@gmail.com> * replace the isDriving funciton with tier4_autoware_utils Signed-off-by: yutaka <purewater0901@gmail.com>
* feat(motion_utils): fix pose in interpolated pose function Signed-off-by: yutaka <purewater0901@gmail.com> * replace the isDriving funciton with tier4_autoware_utils Signed-off-by: yutaka <purewater0901@gmail.com>
…oundation#1402) * feat(motion_utils): fix pose in interpolated pose function Signed-off-by: yutaka <purewater0901@gmail.com> * replace the isDriving funciton with tier4_autoware_utils Signed-off-by: yutaka <purewater0901@gmail.com>
* feat(motion_utils): fix pose in interpolated pose function Signed-off-by: yutaka <purewater0901@gmail.com> * replace the isDriving funciton with tier4_autoware_utils Signed-off-by: yutaka <purewater0901@gmail.com>
* feat(motion_utils): fix pose in interpolated pose function Signed-off-by: yutaka <purewater0901@gmail.com> * replace the isDriving funciton with tier4_autoware_utils Signed-off-by: yutaka <purewater0901@gmail.com>
* feat(motion_utils): fix pose in interpolated pose function Signed-off-by: yutaka <purewater0901@gmail.com> * replace the isDriving funciton with tier4_autoware_utils Signed-off-by: yutaka <purewater0901@gmail.com>
* feat(motion_utils): fix pose in interpolated pose function Signed-off-by: yutaka <purewater0901@gmail.com> * replace the isDriving funciton with tier4_autoware_utils Signed-off-by: yutaka <purewater0901@gmail.com>
…refoundation#1402) fix(multi_object_tracker): fix publish interval adjust timing (autowarefoundation#7904) refactor: optimize publish time check in multi_object_tracker_node.cpp Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Signed-off-by: yutaka purewater0901@gmail.com
Description
Add driving forward check function and fix orientation function in calcInterpolatedPose function
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.