Fix body category check for mocap body descendants in visualization.
PiperOrigin-RevId: 856179240 Change-Id: I29f4758fee0ff3b16d0b9f452c28e640b5558993
This commit is contained in:
committed by
Copybara-Service
parent
d387578783
commit
f3ad0eff2b
+13
@@ -0,0 +1,13 @@
|
||||
<mujoco>
|
||||
<worldbody>
|
||||
<light pos="0 0 2"/>
|
||||
<geom type="plane" size="1 1 0.1"/>
|
||||
|
||||
<body mocap="true">
|
||||
<geom size=".1"/>
|
||||
<body pos="0 0 .05">
|
||||
<geom size=".1" pos="0 0 .1"/>
|
||||
</body>
|
||||
</body>
|
||||
</worldbody>
|
||||
</mujoco>
|
||||
Reference in New Issue
Block a user