mirror of
https://github.com/osrf/gazebo_models.git
synced 2025-09-15 12:58:56 +08:00
Fix collsion object and inertia of bowl model.
This commit is contained in:
parent
12134a96b7
commit
cf7d5183d4
@ -3,9 +3,19 @@
|
||||
<model name="bowl">
|
||||
<link name="link">
|
||||
<inertial>
|
||||
<pose>0 0 0.0175 0 0 0</pose>
|
||||
<mass>0.1</mass>
|
||||
<inertia>
|
||||
<ixx>0.000250308</ixx>
|
||||
<ixy>0.0</ixy>
|
||||
<ixz>0.0</ixz>
|
||||
<iyy>0.000250308</iyy>
|
||||
<iyz>0.0</iyz>
|
||||
<izz>0.0004802</izz>
|
||||
</inertia>
|
||||
</inertial>
|
||||
<collision name="collision">
|
||||
<pose>0 0 0.0175 0 0 0</pose>
|
||||
<geometry>
|
||||
<cylinder>
|
||||
<radius>0.098</radius>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user