-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Control Surfaceless VTOL Quad Tailsitters Documentational Error #1897
Comments
Thanks @aoberai @RomanBapst Can you confirm? The specific text here says "Four rotor VTOL with optional elevons. Uses rotors to transition between modes (along with elevons if present)., which was my understanding. How would you reword? |
Or @sfuhrer Might you be able to comment? |
Maybe "Four rotor VTOL with elevons for pitch/roll control in cruise flight. Uses rotors along with elevons to transition between modes." |
Once we have made the small code adjustments to support elevon-less flights and tested it we can revert to the previous version. |
Do you know what the timeline on "small code adjustments to support elevon-less flights and tested it we can revert to the previous version" would be? I would be happy to pr it in if people are busy, do you have any advice on where to look? |
I would have said a couple of weeks. This branch gives you some ideas of what the changes are about, though it's not in a flyable state I think https://github.com/PX4/PX4-Autopilot/commits/quad-tailsitter-no-surfaces-testing |
@aoberai The minimal patch for this would be something like:
Would be great if you could take a stab at a PR @aoberai -- I likely wont have time to look at this for at least the next week, but @sfuhrer and I could give you pointers if you make the code changes. |
Thanks @sfuhrer (et al). Given you're actively looking at working on this I'd rather leave this open for a few weeks and see how it develops than update the docs :-) |
https://docs.px4.io/master/en/frames_vtol/tailsitter.html
This page suggests that VTOL Quad Tailsitters without elevons (control surfaceless) are supported by PX4 which is not true; pitch and roll differential thrust don't exist for control surfaceless vtol tailsitters with PX4. For the PX4, elevons are mandatory and the documentation should be updated to show this.
The text was updated successfully, but these errors were encountered: