-
Notifications
You must be signed in to change notification settings - Fork 943
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
McMillan Airfield GPS origin is not correct #43
Comments
Hi , unfortunately i don't have any reply for your question , in the other hand i want to add person_walking i clone it but i don't know how to launch it in gazebo , actually i need the command to launch it , i would be grateful if you could help me |
@issouker97 I believe your issue is not related to your issue. Please don't hijack the topic of this thread |
@ahcorde Could you shed any light on this issue? |
The tags that you mentioned are being readed in the Gazebo code ( in the world class ). In the plugin you need to setup some env vars:
|
@ahcorde Without the environment variables, it reads from the worldfile with https://github.com/PX4/sitl_gazebo/blob/master/src/gazebo_gps_plugin.cpp#L105, However even if I change the spherical coordinates in https://github.com/PX4/sitl_gazebo/blob/master/worlds/mcmillan_airfield.world#L20 the returned value doesn't change Therefore, the problem is that the return value from
Doesn't seem to reflect the tag properly from the world file. |
@ahcorde I can confirm that when reading the spherical coordinates from the world object, it returns the origin set from the |
@ahcorde It seems like gazebo overrides the spherical coordinate defined in the world file and uses the origin of the DEM if I understand correctly the following. If this is the default behavior, this would explain the issues that I have been seeing.
|
When comparing to the map, the origin of the GPS coordinates are not correct and seems to be off a few hundred meters.
I tried fixing this comparing on google maps, but changing
https://github.com/PX4/sitl_gazebo/blob/12da9e6104aaf72a0c52bf802644310f0c5b1ee1/worlds/mcmillan_airfield.world#L18-L23
Didn't have an effect on setting the gps origins. It seems like
https://github.com/PX4/sitl_gazebo/blob/master/src/gazebo_gps_plugin.cpp#L51
is not able to be modified.@ahcorde Is there somewhere else that the world origins are set?
Cross posted from PX4/PX4-SITL_gazebo-classic#496
The text was updated successfully, but these errors were encountered: