benkleintechnologies / Guardia

0 stars 0 forks source link

Implement Inertial Navigation System (INS) #16

Open PrpL14 opened 4 months ago

PrpL14 commented 4 months ago

Construct alternative way to acquire geolocation in the event that GPS is not usable. It will use internal gyroscope of phone to determine the velocity & direction of the user when moving. Besides for the essence of its implementation, its functionality will be used no differently than default GPS data. Requires: knowledge of previous location. Construction of algorithm. Way to toggle between sending normal GPS location data and INS data.