Skip to content

Commit

Permalink
Fix schema definition of springlength, fixes #508
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 716236616
Change-Id: I0a37fc0737ff577bab870b0fe0a6652236ac4fce
  • Loading branch information
yuvaltassa authored and copybara-github committed Jan 16, 2025
1 parent a8e6aff commit b2484ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dm_control/mjcf/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1905,7 +1905,7 @@
<attribute name="width" type="float"/>
<attribute name="material" type="reference"/>
<attribute name="rgba" type="array" array_type="float" array_size="4"/>
<attribute name="springlength" type="float" array_size="2"/>
<attribute name="springlength" type="array" array_type="float" array_size="2"/>
<attribute name="stiffness" type="float"/>
<attribute name="damping" type="float"/>
<attribute name="user" type="array" array_type="float"/>
Expand Down Expand Up @@ -1945,7 +1945,7 @@
<attribute name="solimplimit" type="array" array_type="float" array_size="5"/>
<attribute name="solreffriction" type="array" array_type="float" array_size="2"/>
<attribute name="solimpfriction" type="array" array_type="float" array_size="5"/>
<attribute name="springlength" type="float" array_size="2"/>
<attribute name="springlength" type="array" array_type="float" array_size="2"/>
</attributes>
<children>
<element name="joint" repeated="true">
Expand Down

0 comments on commit b2484ee

Please sign in to comment.