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 #199

Merged
merged 1 commit into from
Mar 3, 2022

Conversation

scpeters
Copy link
Member

@scpeters scpeters commented Mar 3, 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 3, 2022 06:29
@scpeters scpeters requested a review from iche033 as a code owner March 3, 2022 06:29
@github-actions github-actions bot added the 🏯 fortress Ignition Fortress label Mar 3, 2022
@codecov
Copy link

codecov bot commented Mar 3, 2022

Codecov Report

Merging #199 (a3c2475) into ign-sensors6 (0e1f36b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##           ign-sensors6     #199   +/-   ##
=============================================
  Coverage         76.55%   76.55%           
=============================================
  Files                29       29           
  Lines              2871     2871           
=============================================
  Hits               2198     2198           
  Misses              673      673           

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 0e1f36b...a3c2475. Read the comment docs.

@ahcorde ahcorde merged commit 2614d1d into ign-sensors6 Mar 3, 2022
@ahcorde ahcorde deleted the scpeters/pose_multiply branch March 3, 2022 08:30
@osrf-triage
Copy link

This pull request has been mentioned on Gazebo Community. There might be relevant details there:

https://community.gazebosim.org/t/new-ignition-releases-2022-04-13-fortress-edifice/1367/1

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