-
Notifications
You must be signed in to change notification settings - Fork 810
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
Questions about implementing a new copter configuration #78
Comments
@imcnanie were you able to get the answers to this? |
Yes! Fantastic! I mostly figured it out, but that's much more comprehensive. We can close this now. |
@imcnanie Anything that needs to be documented? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm planning on implementing a new copter configuration for the sitl_gazebo plugin, I have a few questions about some of the plugin variables:
How are the motorConstant and motorMoment variables calculated? (in the SDF):
https://github.com/PX4/sitl_gazebo/blob/d6c12fb9e68608db2ad56f4ec6c74e5a491e17ee/src/gazebo_motor_model.cpp#L186
Similarly curious about rotorDragCoefficient, and rollingMomentCoefficient. Are these parameters following a paper? Also, curious what unit maxRotVelocity is in.
The text was updated successfully, but these errors were encountered: