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

Backport nonbreaking changes from ionic #2552

Merged
merged 7 commits into from
Aug 27, 2024

Conversation

scpeters
Copy link
Member

🎉 New feature

Backports non-breaking changes from #2494 and #2500 to harmonic

Summary

This backports the non-breaking changes from #2494 and #2500 to harmonic:

  • 79ab869: add Model::ModelCount and Model::ModelByName nested model accessor APIs
  • 774f21c: add WrenchMeasured component. It's not currently used, but it's safe to add.
  • 501d155: since the sensor_TEST.py PreUpdate callback assumes that it executes after the ForceTorque PreUpdate callback, move the test callback to Update to guarantee it. Also fix a spelling error.

The remaining commits make minor non-breaking changes.

Test it

Check CI results

Checklist

  • Signed all commits for DCO
  • Added tests
  • Added example and/or tutorial
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • 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.

Backport nested model accessor APIs from #2494.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
The test's PreUpdate callback assumes that it executes
after the ForceTorque::PreUpdate, so just move it to
Update to gurantee it. Also fix a spelling error in
the callback variable names.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
@scpeters scpeters requested a review from iche033 August 27, 2024 22:17
@github-actions github-actions bot added the 🎵 harmonic Gazebo Harmonic label Aug 27, 2024
@scpeters scpeters merged commit f600a44 into gz-sim8 Aug 27, 2024
9 of 10 checks passed
@scpeters scpeters deleted the scpeters/backport_nonbreaking_ft_changes branch August 27, 2024 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎵 harmonic Gazebo Harmonic
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants