-
Notifications
You must be signed in to change notification settings - Fork 4.7k
What is the relation between gps_location and kinematic.position ? #1005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
GPS location is lat,long while kinematic position is coordinates in NED system in SI units. |
I see, thanks. Thanks. |
Its done by HomeGeoPoint setting: https://github.com/Microsoft/AirSim/blob/master/AirLib/include/common/AirSimSettings.hpp#L266 |
%'gps_location': { 'altitude': 153.76217651367188, 'latitude': 47.641889518189664, 'longitude': -122.1397859350692}, |
This issue has been automatically marked as stale because it has not had activity from the community in the last year. It will be closed if no further activity occurs within 20 days. |
As we can see, there is gps_location and kinematics.position, and I cann't find any explanations on the relation of the two in the paper.
What is the relation between gps_location and kinematic.position?
Thanks.
The text was updated successfully, but these errors were encountered: