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

mission: add delay before camera action #131

Merged
merged 3 commits into from
Nov 14, 2017
Merged

Commits on Nov 14, 2017

  1. mission: add delay before camera action

    This adds the possibility to add a delay before taking a picture or
    starting a video. This is used to wait for a gimbal to reach its
    orientation, or a vehicle to slow down.
    
    The current implementation is not optimal because it is based on the
    `LOITER_TIME` waypoint instead of the `NAV_DELAY` command which would be
    more appropriate but is not supported (yet).
    julianoes committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    29f6533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c10442b View commit details
    Browse the repository at this point in the history
  3. mission: support downloading of delay item

    After rebasing, support to download mission items was required and
    therefore added here.
    julianoes committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    ae8dede View commit details
    Browse the repository at this point in the history