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

Tiltrotor: VTOL back-transition: expose tilting time as parameter and reduce overall duration #21760

Merged
merged 3 commits into from
Jun 27, 2023

Commits on Jun 26, 2023

  1. tiltrotor: reduce BACKTRANS_THROTTLE_DOWNRAMP_DUR_S from 1 to 0.5s

    This affects how soon after a backtransition the vehicle has the
    full hover controller running again. Specifically it reduces the
    duration of the ramp down of the motors prior to tilting them.
    
    Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
    sfuhrer committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    63e9c05 View commit details
    Browse the repository at this point in the history
  2. tiltrotor: reduce BACKTRANS_THROTTLE_UPRAMP_DUR_S to 0.5s

    This reduces the motor ramp up time after a transitions is declared over.
    
    Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
    sfuhrer committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    92c22cf View commit details
    Browse the repository at this point in the history
  3. tiltrotor: expose tilting duration of backtransition in param

    Instead of hard-coding the tilting duration (from FW to MC tilt),
    expose it as a parameter (VT_BT_TILT_DUR). The default is the same
    as the hard-coded value previously (1s).
    Slower tilting mechanisms need a higher value here, while for smaller
    ones a too high value results in unnecessary delays till the motors
    are in hover configuration.
    
    Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
    sfuhrer committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    4113597 View commit details
    Browse the repository at this point in the history