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

example: added example for multiple drones #675

Merged
merged 5 commits into from
Feb 20, 2019

Commits on Feb 20, 2019

  1. example: added example for multiple drones

    This adds the example started by Shayaan Haider and shared via Slack.
    The current state doesn't seem to be functional just yet, only one of
    two drones responds.
    julianoes committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    892e513 View commit details
    Browse the repository at this point in the history
  2. udp_connection: keep track of remotes and sysids

    This keeps track of which system ID is behind which remote UDP port.
    This enables several drones to connect to one UDP sink and the SDK to
    talk back.
    julianoes committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    06a00fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    decd541 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcc2e10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0ff2fd View commit details
    Browse the repository at this point in the history