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

Update sdf plugins to use actuator_number. #1976

Merged
merged 1 commit into from
May 1, 2023

Conversation

bperseghetti
Copy link
Collaborator

@bperseghetti bperseghetti commented Apr 28, 2023

🦟 Bug fix

Fixes #1975

Summary

Updates actuatorNumber and motorNumber in SDF plugin to actuator_number for unified/proper use.

Adds deprecation warning for those using old motorNumber and still passes value to actuator_number.

Checklist

  • Signed all commits for DCO
  • Added tests
  • 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.

Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
@codecov
Copy link

codecov bot commented Apr 28, 2023

Codecov Report

Merging #1976 (e6946a6) into gz-sim7 (0742968) will decrease coverage by 0.10%.
The diff coverage is 72.10%.

❗ Current head e6946a6 differs from pull request most recent head 3c3af7c. Consider uploading reports for the commit 3c3af7c to get more accurate results

@@             Coverage Diff             @@
##           gz-sim7    #1976      +/-   ##
===========================================
- Coverage    65.08%   64.98%   -0.10%     
===========================================
  Files          352      352              
  Lines        28312    28369      +57     
===========================================
+ Hits         18428    18437       +9     
- Misses        9884     9932      +48     
Impacted Files Coverage Δ
src/SimulationRunner.hh 100.00% <ø> (ø)
...rc/systems/ackermann_steering/AckermannSteering.hh 100.00% <ø> (ø)
include/gz/sim/EventManager.hh 75.75% <66.66%> (-3.41%) ⬇️
...s/multicopter_motor_model/MulticopterMotorModel.cc 76.40% <69.23%> (+0.48%) ⬆️
src/systems/sensors/Sensors.cc 62.64% <70.58%> (-0.37%) ⬇️
...rc/systems/ackermann_steering/AckermannSteering.cc 80.09% <73.52%> (-0.45%) ⬇️
src/SimulationRunner.cc 91.47% <100.00%> (-0.43%) ⬇️

... and 3 files with indirect coverage changes

Core development automation moved this from Inbox to In review May 1, 2023
@mjcarroll mjcarroll merged commit 568410a into gazebosim:gz-sim7 May 1, 2023
Core development automation moved this from In review to Done May 1, 2023
@bperseghetti bperseghetti deleted the pr-actuator_number branch October 18, 2023 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 garden Ignition Garden
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Fix actuators message indexing in SDF.
2 participants