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

Move disabling of rc overrides up to RC_Channel base class #9275

Merged

Commits on Sep 4, 2018

  1. Configuration menu
    Copy the full SHA
    fad8604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    834a23f View commit details
    Browse the repository at this point in the history
  3. RC_Channel: honour gcs_overrides_enabled as part of set_override

    This will stop situations like we currently have where the
    MANUAL_CONTROL GCS mavlink packets can still affect the vehicle
    
    Also resolves an issue where has_new_overrides may not be set
    appropriately
    peterbarker committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    2a500ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    645de36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e32a330 View commit details
    Browse the repository at this point in the history
  6. RC_Channel: treat UINT16_MAX as a value of 0 in set_override

    This shouldn't really in in RC_Channels - when we move the mavlink
    packet handling up to the GCS_MAVLink base class we should move this
    into there.
    peterbarker committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    fb72b15 View commit details
    Browse the repository at this point in the history
  7. Copter: eliminate failsafe.rc_override_active

    Use RC_Channels::has_active_overrides() instead
    peterbarker committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    9bd1cd9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a0f7bd View commit details
    Browse the repository at this point in the history