Skip to content

Commit cc74770

Browse files
saran-tcopybara-github
authored andcommitted
Rename <required> tag to <plugin>.
PiperOrigin-RevId: 509237786 Change-Id: Ie04d0707ea8e65ed7e6293c66fc6ca1c842e52c8
1 parent 774f461 commit cc74770

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dm_control/mjcf/schema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@
788788
</element>
789789
<element name="extension">
790790
<children>
791-
<element name="required" repeated="true" namespace="plugin">
791+
<element name="plugin" repeated="true" namespace="plugin">
792792
<attributes>
793793
<attribute name="plugin" type="string" required="true"/>
794794
</attributes>

dm_control/mujoco/engine_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def testSetGetPhysicsStateWithPlugin(self):
388388
<mujoco>
389389
<option gravity="0 0 0"/>
390390
<extension>
391-
<required plugin="mujoco.elasticity.cable"/>
391+
<plugin plugin="mujoco.elasticity.cable"/>
392392
</extension>
393393
<worldbody>
394394
<geom type="plane" size="0 0 1" quat="1 0 0 0"/>

0 commit comments

Comments
 (0)