ankitshahit / autonomous-drone

An implementation to control multiple drone simultaneously & autonomously.
4 stars 1 forks source link

Split screen view, for multiple drones (Android) #15

Open ankitshahit opened 6 years ago

ankitshahit commented 6 years ago

As the software should allow simultaneously multiple drones to be fly, app would need to support split views upto say a certain number of drones in single view.

Allowing multiple views based upon formula: total number of drones / number of drone allowed in view.

a next & previous button showed be shown to support this feature.

ankitshahit commented 6 years ago

I am not creating a sepearate ticket for this to be covered in angular part as well. I believe we can use the angular view or create two separate views. One for android and second for angular.

We would need to take a decision which approach should be driven.