gazebosim / sdformat

Simulation Description Format (SDFormat) parser and description files.
http://sdformat.org
Apache License 2.0
155 stars 90 forks source link

/sdf/world/physics/@type attribute specification contains Gazebo Classic-specific details. #550

Open traversaro opened 3 years ago

traversaro commented 3 years ago

While reviewing https://github.com/robotology/gym-ignition/pull/336/files, I noticed that ignored is not an allowed value for the /sdf/world/physics/@type attribute according to the SDF spec: http://sdformat.org/spec?ver=1.8&elem=physics#physics_type .

However, the problem seems to be that the /sdf/world/physics/@type attribute specification contains Gazebo Classic-specific aspects.

Environment

Issue related to SDF specitication, version 1.8

Description

Steps to reproduce

Read http://sdformat.org/spec?ver=1.8&elem=physics#physics_type .

This is related to https://github.com/osrf/sdformat/issues/508, but it is specific about the /sdf/world/physics/@type attribute while that issue is more related to the /sdf/world/physics/ode, /sdf/world/physics/bullet elements.

traversaro commented 4 months ago

fyi @xela-95 , I wanted to open an issue for that but I found this one.