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
When running any GZ simulation, the following error pops up:
Warning [Utils.cc:130] [/sdf/world[@name="default"]/spherical_coordinates/altitude:
.../PX4-Autopilot/Tools/simulation/gz/worlds/default.sdf:L153]:
XML Element[altitude], child of element[spherical_coordinates], not defined in SDF.
Copying[altitude] as children of [spherical_coordinates].
This is likely due to <altitude> tag, which must be <elevation> according to SDF format specs:
When running any GZ simulation, the following error pops up:
This is likely due to
<altitude>
tag, which must be<elevation>
according to SDF format specs:http://sdformat.org/spec?ver=1.11&elem=world
When I replace the tag, error message disappears:
It makes sense, as "altitude" usually refers to a vehicle, and "elevation" - to terrain.
@frede791 - please take a look.
The text was updated successfully, but these errors were encountered: