MimicKit_Data / assets /steering_marker.urdf
blanchon's picture
Upload folder using huggingface_hub
3ab706e verified
raw
history blame contribute delete
310 Bytes
<?xml version="1.0"?>
<robot name="object">
<link name="object">
<visual>
<origin xyz="0 0 0"/>
<geometry>
<box size="0.5 0.05 0.05"/>
</geometry>
<material name="mat">
<color rgba="0.5 0.5 0.5 1"/>
</material>
</visual>
</link>
</robot>