You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TinyGPSPlus::altitudeBetween :
how many meters between 2 altitudes
TinyGPSPlus::lastInclination :
combinate TinyGPSPlus::distanceBetween and TinyGPSPlus::altitudeBetween to calculate TinyGPSPlus::lastInclination(lat1,lon1,alt1,lat2,lon2,alt2,incl) with incl='D' in degree (as inclinometer) or incl='P' in %(as road board) ?
TinyGPSPlus::lastInclination can help when is night, or big fog to understand why car's speed is low...
Maybe an library exist for sky driving or for drone pilote giving from GPS data altitudeBetween and lastInclination and can be used ?
Thank you.
I have a question : the TinyGPSPlus::distanceBetween is it right on montain roads ?
// distance computation for hypothetical sphere of radius 6371009 meters.
The text was updated successfully, but these errors were encountered:
Hello,
Sorry for my poor english.
Is it possible having 2 news functions please ?
TinyGPSPlus::altitudeBetween :
how many meters between 2 altitudes
TinyGPSPlus::lastInclination :
combinate TinyGPSPlus::distanceBetween and TinyGPSPlus::altitudeBetween to calculate TinyGPSPlus::lastInclination(lat1,lon1,alt1,lat2,lon2,alt2,incl) with incl='D' in degree (as inclinometer) or incl='P' in %(as road board) ?
TinyGPSPlus::lastInclination can help when is night, or big fog to understand why car's speed is low...
Maybe an library exist for sky driving or for drone pilote giving from GPS data altitudeBetween and lastInclination and can be used ?
Thank you.
I have a question : the TinyGPSPlus::distanceBetween is it right on montain roads ?
// distance computation for hypothetical sphere of radius 6371009 meters.
The text was updated successfully, but these errors were encountered: