FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

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

Added movetoGPS - #3746

Merged
David Zimmermann (zimmy87) merged 6 commits into
microsoft:masterfrom
ahmed-elsaharti:movetoGPS
Dec 2, 2021
Merged

Added movetoGPS#3746
David Zimmermann (zimmy87) merged 6 commits into
microsoft:masterfrom
ahmed-elsaharti:movetoGPS

Conversation

Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
Contributor

Would it make sense to also support a function similar to moveOnPath?

David Zimmermann (zimmy87) marked this pull request as ready for review December 2, 2021 08:43

Copy link
Copy Markdown
Contributor

Thanks for the contribution Ahmed Elsaharti (@ahmed-elsaharti)! Tested this locally and it works as expected for me, so I am moving ahead with merging. As for Florian Spieß (@MinnDevelopment)'s comment, a GPS-enabled version of moveOnPath would be great, but I think it's a little out of scope for this PR (it'd be a great idea for a separate PR).

David Zimmermann (zimmy87) merged commit a7c05fc into microsoft:master Dec 2, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL