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

Request detail on how to get LiftDragPlugin values #38

Open
LightningPORTO opened this issue Sep 13, 2021 · 1 comment
Open

Request detail on how to get LiftDragPlugin values #38

LightningPORTO opened this issue Sep 13, 2021 · 1 comment

Comments

@LightningPORTO
Copy link

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)

@SwiftGust
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants