mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-06-08 08:13:55 +00:00
add mug obj
This commit is contained in:
1352
examples/pybullet/gym/pybullet_data/objects/mug.obj
Normal file
1352
examples/pybullet/gym/pybullet_data/objects/mug.obj
Normal file
File diff suppressed because it is too large
Load Diff
28
examples/pybullet/gym/pybullet_data/objects/mug.urdf
Normal file
28
examples/pybullet/gym/pybullet_data/objects/mug.urdf
Normal file
@@ -0,0 +1,28 @@
|
||||
<robot name="mug">
|
||||
<link name="base_link">
|
||||
<contact>
|
||||
<lateral_friction value="1.0"/>
|
||||
</contact>
|
||||
<inertial>
|
||||
<origin xyz="0 0 0"/>
|
||||
<mass value="1"/>
|
||||
<inertia ixx="1" ixy="0" ixz="0" iyy="1" iyz="0" izz="1"/>
|
||||
</inertial>
|
||||
<visual>
|
||||
<origin xyz="0 0 0"/>
|
||||
<geometry>
|
||||
<mesh filename="mug.obj"/>
|
||||
</geometry>
|
||||
<material name="mug">
|
||||
<color rgba="1 0.2 0.2 1"/>
|
||||
<specular rgb="1 1 1"/>
|
||||
</material>
|
||||
</visual>
|
||||
<collision>
|
||||
<origin xyz="0 0 0"/>
|
||||
<geometry>
|
||||
<mesh filename="mug_col.obj"/>
|
||||
</geometry>
|
||||
</collision>
|
||||
</link>
|
||||
</robot>
|
||||
1310
examples/pybullet/gym/pybullet_data/objects/mug_col.obj
Normal file
1310
examples/pybullet/gym/pybullet_data/objects/mug_col.obj
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user