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

DDS - REP-147 Goal Interface Support for Plane (position only) #25722

Merged
merged 7 commits into from
Dec 20, 2023

Commits on Dec 19, 2023

  1. AP_DDS: add REP-147 Global Position Control

    Signed-off-by: Ryan Friedman <[email protected]>
    Ryanf55 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6195046 View commit details
    Browse the repository at this point in the history
  2. AP_ExternalControl: add REP-147 Global Position Control

    Signed-off-by: Ryan Friedman <[email protected]>
    Ryanf55 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    dcacee4 View commit details
    Browse the repository at this point in the history
  3. ArduPlane: add REP-147 Global Position Control

    Signed-off-by: Ryan Friedman <[email protected]>
    Ryanf55 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    1edd86d View commit details
    Browse the repository at this point in the history
  4. Tools: add REP-147 Global Position Control

    Signed-off-by: Ryan Friedman <[email protected]>
    Ryanf55 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    4518bac View commit details
    Browse the repository at this point in the history
  5. AP_Common: Define units for locatoin data members

    Signed-off-by: Ryan Friedman <[email protected]>
    Ryanf55 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    090453d View commit details
    Browse the repository at this point in the history
  6. AP_Vehicle: Set position target depends on ext control

    * Used to depend on scripting but now it's used in AP_ExternalControl
    
    Signed-off-by: Ryan Friedman <[email protected]>
    Ryanf55 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    b6e5a20 View commit details
    Browse the repository at this point in the history
  7. ArduPlane: Make set position tgt depend on ext ctrl

    * Set position target used to just be used in scripting, now it's used
      by DDS in external control
    
    Signed-off-by: Ryan Friedman <[email protected]>
    Ryanf55 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    19a1ff3 View commit details
    Browse the repository at this point in the history