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
By default, that's considering the world origin to be at 0° / 0°.
We should be setting the correct initial lat/lon at startup so that subsequent queries get the position with respect to that. Here's an upstream issue for setting it from SDF: gazebosim/gz-sim#981
Here, instead of hardcoding it into the SDF, we may be able to subscribe to this message from LRAUV to get the initial values:
We're currently filling the lat/lon coordinates here:
https://github.com/osrf/lrauv/blob/39a08bbcf9acb3e6131c8c38b6d762f0532401ee/lrauv_ignition_plugins/src/TethysCommPlugin.cc#L448-L453
By default, that's considering the world origin to be at 0° / 0°.
We should be setting the correct initial lat/lon at startup so that subsequent queries get the position with respect to that. Here's an upstream issue for setting it from SDF: gazebosim/gz-sim#981
Here, instead of hardcoding it into the SDF, we may be able to subscribe to this message from LRAUV to get the initial values:
https://bitbucket.org/mbari/lrauv-application/src/master/Source/simulatorModule/SimInitStruct.h
The text was updated successfully, but these errors were encountered: