Skip to content

Commit

Permalink
Add "camprojection" sensor to schema.xml
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 706715673
Change-Id: I7596dfa23355e249ce6e7e9ffebe70dc1509d0b3
  • Loading branch information
DeepMind authored and copybara-github committed Dec 16, 2024
1 parent 5028701 commit c52f954
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dm_control/mjcf/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2294,6 +2294,16 @@
<attribute name="site" type="reference" required="true"/>
</attributes>
</element>
<element name="camprojection" repeated="true" namespace="sensor">
<attributes>
<attribute name="name" type="identifier"/>
<attribute name="noise" type="float"/>
<attribute name="cutoff" type="float"/>
<attribute name="user" type="array" array_type="float"/>
<attribute name="site" type="reference" required="true"/>
<attribute name="camera" type="reference" required="true"/>
</attributes>
</element>
<element name="jointpos" repeated="true" namespace="sensor">
<attributes>
<attribute name="name" type="identifier"/>
Expand Down

0 comments on commit c52f954

Please sign in to comment.