mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 21:30:09 +00:00
746c4d0d2a
https://research.googleblog.com/2016/03/deep-learning-for-robots-learning-from.html tune the VR demo a bit, to make it more user friendly.
25 lines
659 B
XML
25 lines
659 B
XML
<robot name="tabletop">
|
|
<link name="base_link">
|
|
<inertial>
|
|
<origin rpy="0 0 0" xyz="0 0 0"/>
|
|
<mass value="0"/>
|
|
<inertia ixx="0" ixy="0" ixz="0" iyy="0" iyz="0" izz="0"/>
|
|
</inertial>
|
|
<visual>
|
|
<origin rpy="0 0 0" xyz="0 0 0"/>
|
|
<geometry>
|
|
<mesh filename="tray_textured2.obj" scale="0.5 0.5 0.5"/>
|
|
</geometry>
|
|
<material name="tray_material">
|
|
<color rgba="1 1 1 1"/>
|
|
</material>
|
|
</visual>
|
|
<collision>
|
|
<origin rpy="0 0 0" xyz="0 0 0"/>
|
|
<geometry>
|
|
<mesh filename="tray_textured2.obj" scale="0.5 0.5 0.5"/>
|
|
</geometry>
|
|
</collision>
|
|
</link>
|
|
</robot>
|