Added movetoGPS by ahmed-elsaharti · Pull Request #3746 · microsoft/AirSim

About

Adds a movetoGPS API to let users specify a GPS position to go to rather than being limited to NED space with movement APIs when using simpleflight.

Almost an exact copy of the movetoposition call but uses the home-geopoint to calculate the NED coordinates of the GPS position provided and passes that to the move method (in NED).

Still a WIP but would love to hear any feedback

How Has This Been Tested?

Tested locally on Windows