dm_control icon indicating copy to clipboard operation
dm_control copied to clipboard

Correct `flexcomp` attribute types in schema.xml

Open louisgevers opened this issue 1 year ago • 0 comments

Align the attribute types with the official documentation. Fixes the following errors:

  • spacing's wrong conversion to int could lead to XML Error: Spacing must be larger than geometry size (e.g. 0.2 -> 0)
  • Setting and edge's internal collisions to false leads to ValueError: Expect an integer value: got false (same for rigid attribute)

louisgevers avatar Apr 29 '24 10:04 louisgevers