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

Rover: add NAV_GUIDED_ENABLED support #10775

Merged
merged 11 commits into from
Mar 15, 2019

Commits on Mar 15, 2019

  1. Copter: move do_payload_place handler

    commands are placed in numerical order
    rmackay9 committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    76ce03a View commit details
    Browse the repository at this point in the history
  2. Copter: remove duplicate guided limit-init-time-and-pos

    this is called from nav_guided_start()
    rmackay9 committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    96fd7bf View commit details
    Browse the repository at this point in the history
  3. AP_Mission: nav-guided-enable command stores location

    this allows sending the location to an offboard navigation system
    also add text string for nav-guided-enable command
    rmackay9 committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    470f8d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85cf892 View commit details
    Browse the repository at this point in the history
  5. GCS_MAVLink: add send_set_position_target_global_int

    this supports sending the position target to an offboard navigation controller
    rmackay9 committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    da40058 View commit details
    Browse the repository at this point in the history
  6. Rover: support guided-within-auto

    also adds support for sending position targets to offboard controller which is assumed to return velocity commands
    rmackay9 committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    d3b27ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    488be87 View commit details
    Browse the repository at this point in the history
  8. Rover: guided-within-auto target moved to structure

    also guided's limit_breached made const
    also guided limit check uses is_positive
    rmackay9 committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    4d396bd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ef14a7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    919b205 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d7b644e View commit details
    Browse the repository at this point in the history