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

Use pose multiplication instead of addition #573

Merged
merged 1 commit into from
Mar 2, 2022

Conversation

scpeters
Copy link
Member

@scpeters scpeters commented Mar 2, 2022

🦟 Bug fix

Part of gazebosim/gz-math#60

Summary

The ign-math Pose addition operator is going to be deprecated, so use the multiplication operator instead. It works in the opposite order, matching the behavior of coordinate transform multiplication. The deprecation is planned for ignition-math7, which will not affect Fortress, but I've targeted this branch to reduce the chance of conflicts when merging forward.

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

The ign-math Pose addition operator is going to be
deprecated, so use the multiplication operator instead.
It works in the opposite order, matching the behavior
of coordinate transform multiplication.

Signed-off-by: Steve Peters <[email protected]>
@scpeters scpeters requested a review from azeey March 2, 2022 06:10
@scpeters scpeters requested a review from iche033 as a code owner March 2, 2022 06:10
@github-actions github-actions bot added the 🏯 fortress Ignition Fortress label Mar 2, 2022
@codecov
Copy link

codecov bot commented Mar 2, 2022

Codecov Report

Merging #573 (1edb995) into ign-rendering6 (e212e06) will not change coverage.
The diff coverage is 75.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           ign-rendering6     #573   +/-   ##
===============================================
  Coverage           54.38%   54.38%           
===============================================
  Files                 198      198           
  Lines               20152    20152           
===============================================
  Hits                10959    10959           
  Misses               9193     9193           
Impacted Files Coverage Δ
include/ignition/rendering/base/BaseJointVisual.hh 81.86% <0.00%> (ø)
include/ignition/rendering/base/BaseCamera.hh 66.17% <100.00%> (ø)
include/ignition/rendering/base/BaseNode.hh 82.82% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e212e06...1edb995. Read the comment docs.

@scpeters scpeters merged commit e9516be into ign-rendering6 Mar 2, 2022
@scpeters scpeters deleted the scpeters/pose_multiply branch March 2, 2022 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏯 fortress Ignition Fortress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants