ankitshahit / autonomous-drone

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

Maps screen - UI #13

Open ankitshahit opened 6 years ago

ankitshahit commented 6 years ago

We would require maps screen for android app, to allow drone navigating from start to end point. Maps screen will have to be integrated with our webservice that will send out information from GOOGLE Maps api. In-case drone is being used inside a room, an additional UI screen will be required to allow user to actually help navigate the drone from start to end point for first time.

Note: Additional ticket will be required to have actual logic for transmitting data to API, calculate distance and fly the actual path selected.

ankitshahit commented 6 years ago

We are yet not sure whether to have this build in angular and then reference it on android app, or create two separate pages. That is one for webservice and another for android.