-
Notifications
You must be signed in to change notification settings - Fork 13.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
VTOL tiltrotor tilt ("pusher") support in hover #13779 #14915
Comments
So you want to use the tilt of your wind to move forward in hover, did I get that correctly? Then you need to set |
Thanks!
For the non linear servo drive, i will make a simple dirty solution with an external mcu that read PWM out of PX4 and generate to correct PWM following a curve. |
@pbecchi atm PX4 only supports static mixers, but we are hoping to improve that soon with a dynamic control allocation, something that's been started with #13351. Any help for that is ofc appreciated! |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
FYI, the core algorithms for dynamic control allocation is now merged #16528 |
I have a custom design Vtol that i am actually testing as a quadrotor multicopter. The design is asimmetric: 2 small rotor forward and 2 main rotor on main wing that may tilt 90 °
As soon as it flight stable as a quadcopter i want to start tilting the wing and moving forward, keeping the aircraft horizzontal.
I think this should be feasible with the new feature of beta 1.11.
This feature is undocumented ....can somebody tell me how to activate it?
In addition my wing actuator (a powerfull servo) has a total stroke of 180° that through a linkage move the wing 90°.
Linkage and servo arm are aligned at 0° and 90° wing angle, therefore the pwm value is strongly nonlinear with the angle value .
There is any way to give a curve to the actuators output? Like the one you can give to an RC transmitter?
I coud not find anything that show me that possibility.....if not possible, i think i will use and external mcu board that convert actuation value to the necessary pwm values.
Anyhow this feature, if do not exist, will be highly appreciated!
The text was updated successfully, but these errors were encountered: