-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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: VT_DWN_PITCH_MAX and VT_FWD_THRUST_SC does not apply. #8970
Comments
@tubeme This feature is only active in position control and mission modes in order to be able to control the vtol in stabilized if there is a problem with the pusher. |
@bresch Thanks we will use it in Position. It is not logic though because it should be consistent in all modes. What kind of problem with the pusher could be fatal for Stabalized or Altitude? If there is some problem with the pusher the VTOL will just use VT_DWN_PITCH_MAX as its maximum pitch angle or am i wrong? |
@tubeme Yes, it will go to |
@bresch Yes this was the only scenario I could thing that will be dangerous. If you put "0" :) I thought that it applies to the Altitude as well. But you just removed it from Manual modes... thanks I'm closing this. |
@tubeme Okay, but if you think that you really need this enabled during altitude mode, just open an issue for a feature request and we could make a modification. |
We wanted to try the forward pusher motor for forward movement in MC mode.
But it does not apply somehow.
VT_DWN_PITCH_MAX = 3
VT_FWD_THRUST_SC = 2
https://logs.px4.io/plot_app?log=ffe8140b-0971-427b-beae-77298188587e
VT_DWN_PITCH_MAX = 5 (default)
VT_FWD_THRUST_SC = 2
https://review.px4.io/plot_app?log=45c7061b-cc81-48df-bba0-340bea8723c9
Any ideas?
The text was updated successfully, but these errors were encountered: