-
Notifications
You must be signed in to change notification settings - Fork 269
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
Fix SDF plugin variables for MulticopterMotorModel #1981
base: gz-sim7
Are you sure you want to change the base?
Conversation
ec77ecd
to
7c61f1b
Compare
FWIW, the parameter names were directly taken from https://github.com/ethz-asl/rotors_simulator/blob/master/rotors_gazebo_plugins/src/gazebo_motor_model.cpp to make it easier for users to transition from RotorS based models. |
The plan is to make backward compatible changes in ign-gazebo6 and gz-sim7 without warnings (maybe with a todo to enable warnings) and then enable warnings in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pending comments
Removing beta from this as well per our conversation with Ben. |
Updated the Multicopter Motor Model plugin to use unified SDF variable formatting. Included a deprecation warning for users that the old variables will be removed in harmonic. Signed-off-by: Benjamin Perseghetti <[email protected]>
Signed-off-by: Benjamin Perseghetti <[email protected]>
Signed-off-by: Benjamin Perseghetti <[email protected]>
7c61f1b
to
c7ad1a8
Compare
Signed-off-by: Benjamin Perseghetti <[email protected]>
Signed-off-by: Benjamin Perseghetti <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@azeey any other comments ?
Signed-off-by: Benjamin Perseghetti <[email protected]>
@bperseghetti can you merge from |
🦟 Bug fix
Fixes #1980
Summary
Updated the MulticopterMotorModel plugin to use unified SDF variable
formatting. Included a deprecation warning for users that the old variables will be
removed in harmonic.
Checklist
codecheck
passed (See contributing)