oss-slu / DroneWorld

Drone World public repo
MIT License
4 stars 2 forks source link

API integration of drone type #14

Open yashaswini-slu opened 11 months ago

yashaswini-slu commented 11 months ago

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

kate-holdener commented 11 months ago

I believe this is a duplicate of issue #15

yashaswini-slu commented 11 months ago

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 commented 11 months ago

Rename VehicleType property to FlightController

BohanZhang1 commented 11 months ago

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

yashaswini-slu commented 11 months ago

Associated Issues