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

Robustify mission upload/download #230

Merged
merged 3 commits into from
Feb 1, 2018
Merged

Commits on Feb 1, 2018

  1. Configuration menu
    Copy the full SHA
    5514e48 View commit details
    Browse the repository at this point in the history
  2. integration_tests: use var instead of define

    This allows to test with many mission items but instead of a define we
    use a variable, so that we can catch compile errors.
    julianoes committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    96f1d63 View commit details
    Browse the repository at this point in the history
  3. mission: retry downloading mission items

    In case any of the MISSION_ITEM or MISSION_REQUEST messages get lost on
    the way, we need to retry a couple of times.
    
    We do this with two different timeouts, one for the passive case where
    the autopilot pulls (requests) mission items from us and an active case
    with a lower timeout where we pull mission items.
    julianoes committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    1cb4be2 View commit details
    Browse the repository at this point in the history