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

ArduCopterSolo support #1387

Merged
merged 4 commits into from
Oct 9, 2018

Commits on Sep 10, 2018

  1. Allow for AdHocConnections in MavLinkCom

    KerryMoffittRtn authored and Kerry Moffitt committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    5bcd8f4 View commit details
    Browse the repository at this point in the history
  2. Note that to_string() is const

    Kerry Moffitt committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    84aafe6 View commit details
    Browse the repository at this point in the history
  3. Support for ArduCopterSolo vehicle type (based on MavLinkMultirotorApi)

    See also https://github.com/3drobotics/ardupilot-solo
    
    Along the way:
    - Let MultiRotorParamsFactory issue Solo IDs (for independent
    connections to ArduPilot instances)
    - Rename the now-shared 'PX4VehicleSetting' to 'MavLinkVehicleSetting'
    - Promote some MavLinkMultirotorApi members and methods from private to
    protected
    Kerry Moffitt committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    5a83b38 View commit details
    Browse the repository at this point in the history
  4. Quick but dubious fix for GPS getting position updates

    (Movement seems to be slightly jerky compared to pre-refactor, but I'm
    not spending much time on this since the commentary suggests that others
    are already thinking about The Right Way to do it.)
    Kerry Moffitt committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    762a635 View commit details
    Browse the repository at this point in the history