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
Is there a way to get GPS coordinates of any Unreal Actor in the Python client? This would be similar to simGetObjectPose() but would return something like a GnssReport object like getGpsData() does. I would prefer not to convert from NED to GPS but rather have AirSim do the same conversion that it does for NED->GPS that it sends to a SITL or HITL vehicle.
The text was updated successfully, but these errors were encountered:
Is there a way to get GPS coordinates of any Unreal Actor in the Python client? This would be similar to
simGetObjectPose()
but would return something like aGnssReport
object likegetGpsData()
does. I would prefer not to convert from NED to GPS but rather have AirSim do the same conversion that it does for NED->GPS that it sends to a SITL or HITL vehicle.The text was updated successfully, but these errors were encountered: