Skip to content

Commit 22507dd

Browse files
yuvaltassacopybara-github
authored andcommitted
Add control values to keyframes.
- Add basic test for keyframes. - Add missing documentation for keyframe mocap positions and quaternions. PiperOrigin-RevId: 459021649 Change-Id: I204cd916d19560fa732bf693b139d98ff415ed85
1 parent 67c2d96 commit 22507dd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dm_control/mjcf/schema.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2041,6 +2041,9 @@
20412041
<attribute name="qpos" type="array" array_type="float"/>
20422042
<attribute name="qvel" type="array" array_type="float"/>
20432043
<attribute name="act" type="array" array_type="float"/>
2044+
<attribute name="ctrl" type="array" array_type="float"/>
2045+
<attribute name="mpos" type="array" array_type="float"/>
2046+
<attribute name="mquat" type="array" array_type="float"/>
20442047
</attributes>
20452048
</element>
20462049
</children>

0 commit comments

Comments
 (0)