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

Add support for UTM adapter functionality in qgroundcontrol #4

Closed
wants to merge 5 commits into from

Commits on Dec 4, 2023

  1. Add RESTful and oauth2 interface for UTM adapter

    Co-authored-by: rpashchapur <[email protected]>
    
     - This commit introduces a new RESTful interface to the UTM adapter and  OAuth2 support has been added to
       for UTM services.
    anastasiiatar authored and rpashchapur committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8b854e1 View commit details
    Browse the repository at this point in the history
  2. Add Network RemoteID Manager service and its dependencies for UTM ada…

    …pter
    
    Co-authored-by: rpashchapur <[email protected]>
    
    - This commit introduces the Network RemoteID Manager for managing Remote
      Identification services in the UTM adapter.
    aravindraja93 authored and rpashchapur committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2d88e35 View commit details
    Browse the repository at this point in the history
  3. Add Flight Plan Manager service and its Controller and dependencies f…

    …or UTM adapter
    
    - This commit introduces the flight planning capabilities within the UTM adapter.
    rpashchapur committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b6b951e View commit details
    Browse the repository at this point in the history
  4. Add Service Manager to instantiate a UTM Vehicle for UTM adapter

    Co-authored-by: rpashchapur <[email protected]>
    
    - This commit introduces a UTM Service Manager, which provides the functionality to
      instantiate and manage UTM Vehicle instances within UTM adapter.
    aravindraja93 authored and rpashchapur committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f5994ff View commit details
    Browse the repository at this point in the history
  5. Add user interface and dependency files for UTM Adapter

    - This commit significantly updates the User Interface components for the UTM Adapter, improving
      the user experience and adding new functionalities.
    rpashchapur committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    292dd35 View commit details
    Browse the repository at this point in the history