GenSim / cliport /environments /assets /kitting /object-template-nocollision.urdf
LeroyWaa's picture
add gensim code
8fc2b4e
raw
history blame
516 Bytes
<?xml version="1.0" ?>
<robot name="object.urdf">
<link name="baseLink">
<inertial>
<origin rpy="0 0 0" xyz="0 0 0"/>
<mass value=".1"/>
<inertia ixx="1" ixy="0" ixz="0" iyy="1" iyz="0" izz="1"/>
</inertial>
<visual>
<origin rpy="0 0 0" xyz="0 0 0"/>
<geometry>
<mesh filename="FNAME0" scale="SCALE0 SCALE1 SCALE2"/>
</geometry>
<material name="red">
<color rgba="COLOR0 COLOR1 COLOR2 1"/>
</material>
</visual>
</link>
</robot>