What feature are you suggesting?
Overview:
Right now there is a msr::airlib::EarthUtils::GeodeticToNedFast for converting GeoPoints to NED coordinates, but the algorithm implemented is a approximate that can result in errors of up to 10km. There is a corresponding method for converting the opposite way, msr::airlib::EarthUtils::nedToGeodeticFast, that has a non-fast version, but we don't yet have a non-fast version of msr::airlib::EarthUtils::GeodeticToNedFast.
Smaller Details:
Nature of Request:
Why would this feature be useful?
This would remove any possible error in the WorldSimApi::testLineOfSightBetweenPoints API
What feature are you suggesting?
Overview:
Right now there is a msr::airlib::EarthUtils::GeodeticToNedFast for converting GeoPoints to NED coordinates, but the algorithm implemented is a approximate that can result in errors of up to 10km. There is a corresponding method for converting the opposite way, msr::airlib::EarthUtils::nedToGeodeticFast, that has a non-fast version, but we don't yet have a non-fast version of msr::airlib::EarthUtils::GeodeticToNedFast.
Smaller Details:
Nature of Request:
Why would this feature be useful?
This would remove any possible error in the WorldSimApi::testLineOfSightBetweenPoints API