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

convergence config: increase idle speed in mc mode #9024

Merged
merged 1 commit into from
Mar 5, 2018
Merged

Conversation

RomanBapst
Copy link
Contributor

  • this makes sure that all motors are idling in mc mode. having this too
    low can lead to a motor stopping in flight which is critical for
    attitude control
  • experienced loss of attitude control in RTL during descent prior to this
    change

Signed-off-by: Roman bapstroman@gmail.com

- this makes sure that all motors are idling in mc mode. having this too
low can lead to a motor stopping in flight which is critical for
attitude control
- experienced loss of attitude control in RTL during descent prior to this
change

Signed-off-by: Roman <bapstroman@gmail.com>
@dagar
Copy link
Member

dagar commented Mar 5, 2018

Why can't we use regular PWM min and get rid of this parameter?

@dagar dagar added the Hybrid VTOL 🛩️🚁 Multirotor + Fixedwing! label Mar 5, 2018
@dagar
Copy link
Member

dagar commented Mar 5, 2018

Worth merging immediately, but I'd still like to take a step back to review the need for these special VTOL parameters that are already configurable by other means. @bresch FYI

@dagar dagar merged commit bf097d7 into master Mar 5, 2018
@dagar dagar deleted the pr-convergence-dle branch March 5, 2018 20:48
@dagar
Copy link
Member

dagar commented Mar 5, 2018

Follow up PR related to how we handle PWM min, max, disarmed in VTOL. #9028

@RomanBapst
Copy link
Contributor Author

@dagar The only motivation I can see for this parameter is that fact that you might not want to have the same idle in fw as in mc mode.
I generally don't like the way we fiddle with pwm IOCTL in the vtol module but that's the way it is at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hybrid VTOL 🛩️🚁 Multirotor + Fixedwing!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants