Skip to content

Latest commit

 

History

History
46 lines (22 loc) · 2.29 KB

README.md

File metadata and controls

46 lines (22 loc) · 2.29 KB

Quad Map

Simple android app to control Quad over socket connection.

Drawing

Drawing

It uses Google Maps API to retrive GPS points and display markers with quad position.

Modes

Single Point Follow

Specified as Mode A in onboardScripts

A single marker will appear to tap. On tapping the marker you will see the GPS coordinates to the marker as well as an info saying Tap to send quad. Upon tapping on the info a string is sent to the quad with mode A tag.

Drawing

Path Following Mode

Specified as Mode B in onboardScripts

Multiple markers can be placed on the map. Each marker will be numbered and a line will be drawn showing the path to be travelled by the quad. Upon on tapping any marker you will see the info which on tapping will send the string of GPS points to quad with mode B tag.

Drawing

Other Features

  • Apart from selecting two modes you can also see the current location of the quad once the GPS signal is locked on quad.

  • A default height can be set for the quad if "Custom Height" is unchecked in menu

  • If "Custom Height" is checked you will be asked to enter height for each marker you place.

  • In case of emergency there is a green floating button which will switch the quad to land mode.

  • Home icon in menu will tell quad to come to your current location.

Drawing

Drawing

Drawing