mirror of
https://github.com/osrf/gazebo_models.git
synced 2025-09-15 12:58:56 +08:00
Update the SPL ball model for sdf v1.4
This commit is contained in:
parent
f626f9c2b2
commit
271836cc72
@ -1,17 +1,16 @@
|
||||
<?xml version="1.0" ?>
|
||||
<sdf version="1.4">
|
||||
<model name="RoboCup 3D Simulation Ball">
|
||||
<model name="soccer_ball">
|
||||
<static>false</static>
|
||||
|
||||
<link name="ball">
|
||||
<pose>0 0 0.02 0 0 0</pose>
|
||||
<link name="soccer_ball_link">
|
||||
<pose>0 0 0 0 0 0</pose>
|
||||
<inertial>
|
||||
<mass>0.0026</mass>
|
||||
<mass>0.026</mass>
|
||||
<!-- inertia based on solid sphere 2/5 mr^2 -->
|
||||
<inertia>
|
||||
<ixx>1.66e-6</ixx>
|
||||
<iyy>1.66e-6</iyy>
|
||||
<izz>1.66e-6</izz>
|
||||
<ixx>1.664e-5</ixx>
|
||||
<iyy>1.664e-5</iyy>
|
||||
<izz>1.664e-5</izz>
|
||||
<ixy>0</ixy>
|
||||
<ixz>0</ixz>
|
||||
<iyz>0</iyz>
|
||||
@ -33,6 +32,5 @@
|
||||
</geometry>
|
||||
</visual>
|
||||
</link>
|
||||
|
||||
</model>
|
||||
</sdf>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user