-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add gz model for quadtailsitter #65
Conversation
…rger surface area of the link
Awesome, when this goes in, can we mirror it in the docs. This would be an update to these places:
And maybe a simulation section at the end of https://docs.px4.io/main/en/frames_vtol/tailsitter.html |
Made a draft for the description as well: PX4/PX4-user_guide#3469 |
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.
The rest looks good to me, I added a small formatting fix.
It might be worth a look at placing the meshes for the props in a separate folder, as multiple models like the advanced_plane
or px4vision
also use the same mesh, and we have the same file multiple times across different models.
8d75edc
to
30e553d
Compare
Solved Problem
Transferring models from gazebo classic to gz. Added airspeed sensor as well. Tuned the AdvancedLiftDrag plugin to make sure the vehicle flies sufficiently good.
Fixes #23602
Test Coverage
It was tested on Ubuntu 22.04 using QGroundControl
Context
Before tuning:
After tuning:
There is a former pr about this, which was reverted: #50
Associated PR's