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

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.

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 <scpeters@openrobotics.org>
@scpeters scpeters requested a review from azeey March 2, 2022 06:12
@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 #1369 (ee5e376) into ign-gazebo6 (b04aaed) will increase coverage by 0.02%.
The diff coverage is 66.66%.

Impacted file tree graph

@@               Coverage Diff               @@
##           ign-gazebo6    #1369      +/-   ##
===============================================
+ Coverage        62.97%   62.99%   +0.02%     
===============================================
  Files              301      301              
  Lines            24208    24208              
===============================================
+ Hits             15245    15251       +6     
+ Misses            8963     8957       -6     
Impacted Files Coverage Δ
src/rendering/RenderUtil.cc 36.63% <50.00%> (ø)
src/Util.cc 93.53% <100.00%> (ø)
src/SimulationRunner.cc 92.07% <0.00%> (+0.95%) ⬆️

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 b04aaed...ee5e376. Read the comment docs.

@scpeters scpeters merged commit 6ac12c6 into ign-gazebo6 Mar 2, 2022
@scpeters scpeters deleted the scpeters/pose_multiply branch March 2, 2022 17:43
@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-03-25-fortress-edifice-citadel/1343/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.

4 participants