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

Copter: Separate max ascent and descent speeds #6951

Merged
merged 1 commit into from
Nov 9, 2017

Commits on Nov 8, 2017

  1. Copter: Separate max ascent and descent speeds

    Added equivalent parameters to WPNAV_SPEED_UP and WPNAV_SPEED_DN
    
    New parameters named:
    PILOT_SPEED_UP (technically renamed PILOT_VELZ_MAX)
    PILOT_SPEED_DN
    
    Removed parameter PILOT_VELZ_MAX (technically renamed to PILOT_SPEED_UP).
    
    Flight Modes impacted:
    ALTHOLD
    AUTOTUNE
    CIRCLE
    LOITER
    POSHOLD
    SPORT
    TAKEOFF
    
    Update a section in GUIDED mode but I don't think it is ever used but update just in case.
    
    It will use the PILOT_SPEED_UP for ascending max velocity.  For down it will check if
    it is 0, if so then it will PILOT_SPEED_UP instead, if non zero it will use PILOT_SPEED_DN.
    This retains current behavior and gives the flexibility to change it if desired.
    ChrisBird committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    febf52b View commit details
    Browse the repository at this point in the history