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

VTOL: Pusher assist: add configuration for enabling it in LAND /disable below some altitude #14706

Merged
merged 5 commits into from Apr 28, 2020

Commits on Apr 22, 2020

  1. VTOL type: add new parameter VT_FWD_TRHUST_EN for customizing pusher …

    …assist in LAND mode
    
    Depending on the setting of this param, the pusher assist is:
    -completely disabled
    -enabled in pos, alt and auto mode (except LAND)
    -enabled in pos, alt and auto mode (except LAND and below MPC_LAND_ALT1
    -enabled in pos, alt and auto mode (except LANd and below MPC_LAND_ALT2
    -enabled in pos, alt and auto mode
    (before it was always disabled in LAND mode)
    
    Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
    sfuhrer committed Apr 22, 2020
    Copy the full SHA
    81160a5 View commit details
    Browse the repository at this point in the history
  2. VTOL: update params concerning pusher assist

    Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
    sfuhrer committed Apr 22, 2020
    Copy the full SHA
    fac0f8d View commit details
    Browse the repository at this point in the history
  3. VTOL: change default of VT_FWD_THRUST_SC from 0 to 0.7

    Change possible as now the pusher assist is enabled/disabled by VT_FWD_TRHUST_EN,
     wich by defaulot is 0 (disabled pusher assist)
    
    Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
    sfuhrer committed Apr 22, 2020
    Copy the full SHA
    1ab7749 View commit details
    Browse the repository at this point in the history
  4. VTOL pusher assist: apply altitude thresholds also in other modes tha…

    …n LAND
    
    Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
    sfuhrer committed Apr 22, 2020
    Copy the full SHA
    68bab22 View commit details
    Browse the repository at this point in the history
  5. VTOL type: make decision pusher assist on/off depending on dist_botto…

    …m if available
    
    Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
    sfuhrer committed Apr 22, 2020
    Copy the full SHA
    f41ac0e View commit details
    Browse the repository at this point in the history