mdgilene / trash-scout

Control the TrashScout drone system and view collected data
0 stars 0 forks source link

Replace Google Geolocation API with more accurate GPS location from usb GPS module or from the drone #1

Open mdgilene opened 6 years ago

mdgilene commented 6 years ago

The current implementation makes use of Google's Geolocation API. This is too inaccurate due to only having the IP address of the base station in order to locate the machine.

m-cameron commented 6 years ago

Right, you can't use Google API, IP geolocation API or wifi based API inside drone.

You should consider the drone internal GPS module.