-
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(motion_utils): add option to use slerp for orientation #1575
feat(motion_utils): add option to use slerp for orientation #1575
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1575 +/- ##
==========================================
+ Coverage 10.73% 11.23% +0.49%
==========================================
Files 1115 1115
Lines 78829 84421 +5592
Branches 18562 22065 +3503
==========================================
+ Hits 8465 9484 +1019
- Misses 61505 65227 +3722
- Partials 8859 9710 +851
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@TomohitoAndo Nice PR 👍 |
@satoshi-ota |
@satoshi-ota
|
common/motion_utils/include/motion_utils/trajectory/trajectory.hpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
…lation Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
e550199
to
f7bf15a
Compare
force pushed to fix DCO. |
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): add option to use slerp for orientation Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * test: add tests for calcLongitudinalOffsetPose with spherical interpolation Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * test: modify ratio to be more consitent Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * chore: use common flag name Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
* feat(motion_utils): add option to use slerp for orientation Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * test: add tests for calcLongitudinalOffsetPose with spherical interpolation Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * test: modify ratio to be more consitent Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * chore: use common flag name Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
* feat(motion_utils): add option to use slerp for orientation Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * test: add tests for calcLongitudinalOffsetPose with spherical interpolation Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * test: modify ratio to be more consitent Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * chore: use common flag name Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
…foundation#1575) * feat(motion_utils): add option to use slerp for orientation Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * test: add tests for calcLongitudinalOffsetPose with spherical interpolation Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * test: modify ratio to be more consitent Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * chore: use common flag name Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
* feat(motion_utils): add option to use slerp for orientation Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * test: add tests for calcLongitudinalOffsetPose with spherical interpolation Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * test: modify ratio to be more consitent Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * chore: use common flag name Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
…foundation#1575) * feat(motion_utils): add option to use slerp for orientation Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * test: add tests for calcLongitudinalOffsetPose with spherical interpolation Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * test: modify ratio to be more consitent Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * chore: use common flag name Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
Description
Added option to use spherical interpolation to calculate the orientation.
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.