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

Default motor PWM configuration #21513

Merged
merged 10 commits into from
Jul 10, 2023
Merged

Default motor PWM configuration #21513

merged 10 commits into from
Jul 10, 2023

Commits on Jun 16, 2023

  1. Set default minimum and maximum PWM for motors

    This allows to consistently define:
    Motor stopped - disarmed PWM
    Motor idling - minimum PWM
    Motor at full thrust - maximum PWM
    
    Any allocation can then distinctly decide if
    a motor should be running or not depending
    on the context and also explicitly command that.
    MaEtUgR committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9c22525 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63578eb View commit details
    Browse the repository at this point in the history
  3. FixedWing: explicitly stop forward motor with zero thrust

    This allows PWM and all other output methods to configure
    stopped, idling and full thrust points and use them consistently.
    The fact that a fixed wing motor can be stopped when zero thrust
    is demanded is explicit and could in principle even be disabled.
    The mechanism is the same as for a standard VTOL stopping the
    multicopter motors in the fixed wing flight phase.
    MaEtUgR committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    d72111f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40540f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b86f12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83b050d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9b6f7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2312bc8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa4a3e2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bee2f4b View commit details
    Browse the repository at this point in the history