[ ] 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.
🎉 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:
Model::ModelCount
andModel::ModelByName
nested model accessor APIsWrenchMeasured
component. It's not currently used, but it's safe to add.sensor_TEST.py
PreUpdate
callback assumes that it executes after theForceTorque
PreUpdate
callback, move the test callback toUpdate
to guarantee it. Also fix a spelling error.The remaining commits make minor non-breaking changes.
Test it
Check CI results
Checklist
codecheck
passed (See contributing)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.