We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I'm attempting to build a gazebo model using the Typhoon as an example.
My model has 7Kg of mass in total (oposite of the 2Kg from the Typhoon), so I cant get my model to fly.
I have narrowed it down to the liftDragPlugin usage.
Any idea how I can get the values for my UAV? The propeller is an 18 inch.
NOTE: I have already read the tutorial on gazebo sim for the Lift Drag plugin but with no result (http://gazebosim.org/tutorials?tut=aerodynamics&cat=physics)
The text was updated successfully, but these errors were encountered:
Hi, @LightningPORTO
LiftDrag Plugin is tricky to use for create rotary wing(propeller, rotor and so on), needs deep understanding of aerodynamics.
To see how it is used, best practice for open source code is to read code itself.
For gazebo 9, https://github.com/osrf/gazebo/blob/gazebo9/plugins/LiftDragPlugin.cc
Check your version of gazebo using to see how it works
Sorry, something went wrong.
No branches or pull requests
Hello, I'm attempting to build a gazebo model using the Typhoon as an example.
My model has 7Kg of mass in total (oposite of the 2Kg from the Typhoon), so I cant get my model to fly.
I have narrowed it down to the liftDragPlugin usage.
Any idea how I can get the values for my UAV? The propeller is an 18 inch.
NOTE: I have already read the tutorial on gazebo sim for the Lift Drag plugin but with no result (http://gazebosim.org/tutorials?tut=aerodynamics&cat=physics)
The text was updated successfully, but these errors were encountered: