Skip to content

Commit 07b0688

Browse files
yuvaltassacopybara-github
authored andcommitted
Add sensors for potential and kinetic energy.
PiperOrigin-RevId: 716775375 Change-Id: I012c75686e76af17db0ba97e5b01bd207e1570b1
1 parent b2484ee commit 07b0688

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

dm_control/mjcf/schema.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2649,6 +2649,30 @@
26492649
<attribute name="body2" type="reference" reference_namespace="body"/>
26502650
</attributes>
26512651
</element>
2652+
<element name="e_potential" repeated="true" namespace="sensor">
2653+
<attributes>
2654+
<attribute name="name" type="identifier"/>
2655+
<attribute name="noise" type="float"/>
2656+
<attribute name="user" type="array" array_type="float"/>
2657+
<attribute name="cutoff" type="float"/>
2658+
</attributes>
2659+
</element>
2660+
<element name="e_kinetic" repeated="true" namespace="sensor">
2661+
<attributes>
2662+
<attribute name="name" type="identifier"/>
2663+
<attribute name="noise" type="float"/>
2664+
<attribute name="user" type="array" array_type="float"/>
2665+
<attribute name="cutoff" type="float"/>
2666+
</attributes>
2667+
</element>
2668+
<element name="clock" repeated="true" namespace="sensor">
2669+
<attributes>
2670+
<attribute name="name" type="identifier"/>
2671+
<attribute name="noise" type="float"/>
2672+
<attribute name="user" type="array" array_type="float"/>
2673+
<attribute name="cutoff" type="float"/>
2674+
</attributes>
2675+
</element>
26522676
</children>
26532677
</element>
26542678
<element name="keyframe">

0 commit comments

Comments
 (0)