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

API integration of drone type #14

Open
yashaswini-slu opened this issue Oct 10, 2023 · 5 comments
Open

API integration of drone type #14

yashaswini-slu opened this issue Oct 10, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@yashaswini-slu
Copy link
Collaborator

We have add drone type and model to the Json object and send it to the post method.
We have to update the POST API to accept the drone type and drone model

@yashaswini-slu yashaswini-slu added the enhancement New feature or request label Oct 10, 2023
@kalyus kalyus self-assigned this Oct 10, 2023
@kate-holdener
Copy link

I believe this is a duplicate of issue #15

@kalyus kalyus removed their assignment Oct 10, 2023
@yashaswini-slu
Copy link
Collaborator Author

yashaswini-slu commented Oct 10, 2023

File to be modified - \components\Configuration\MissionConfiguration
Update the "droneArray" JSON object
Add DroneType and DroneModel JSON data to object.
Drone Type and Model

same changes to setDrone() method

@ankyAgrawal
Copy link
Collaborator

Rename VehicleType property to FlightController

@BohanZhang1
Copy link
Collaborator

FlightController could be any one of the following (For now, fixed-wing drone not implemented)

  • SimpleFlight
  • PX4Multirotor
  • ComputerVision
  • ArduCopter

@yashaswini-slu
Copy link
Collaborator Author

Associated Issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

7 participants