init
This commit is contained in:
42
robocup_spl_ball/model-1_4.sdf
Normal file
42
robocup_spl_ball/model-1_4.sdf
Normal file
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" ?>
|
||||
<sdf version="1.4">
|
||||
<model name="RoboCup SPL Ball">
|
||||
<static>false</static>
|
||||
|
||||
<link name="ball">
|
||||
<inertial>
|
||||
<mass>0.0056</mass>
|
||||
<!-- inertia based on solid sphere 2/5 mr^2 -->
|
||||
<inertia>
|
||||
<ixx>2.37e-6</ixx>
|
||||
<iyy>2.37e-6</iyy>
|
||||
<izz>2.37e-6</izz>
|
||||
<ixy>0</ixy>
|
||||
<ixz>0</ixz>
|
||||
<iyz>0</iyz>
|
||||
</inertia>
|
||||
</inertial>
|
||||
<collision name="collision">
|
||||
<geometry>
|
||||
<sphere>
|
||||
<radius>0.0325</radius>
|
||||
</sphere>
|
||||
</geometry>
|
||||
</collision>
|
||||
<visual name="visual">
|
||||
<geometry>
|
||||
<sphere>
|
||||
<radius>0.0325</radius>
|
||||
</sphere>
|
||||
</geometry>
|
||||
<material>
|
||||
<script>
|
||||
<uri>file://media/materials/scripts/gazebo.material</uri>
|
||||
<name>Gazebo/RedBright</name>
|
||||
</script>
|
||||
</material>
|
||||
</visual>
|
||||
</link>
|
||||
|
||||
</model>
|
||||
</sdf>
|
||||
17
robocup_spl_ball/model.config
Normal file
17
robocup_spl_ball/model.config
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<model>
|
||||
<name>RoboCup SPL Ball</name>
|
||||
<version>1.0</version>
|
||||
<sdf version="1.4">model-1_4.sdf</sdf>
|
||||
<sdf version="1.5">model.sdf</sdf>
|
||||
|
||||
<author>
|
||||
<name>Carlos Agüero</name>
|
||||
<email>caguero@osrfoundation.org</email>
|
||||
</author>
|
||||
|
||||
<description>
|
||||
A RoboCup SPL ball.
|
||||
</description>
|
||||
</model>
|
||||
40
robocup_spl_ball/model.sdf
Normal file
40
robocup_spl_ball/model.sdf
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" ?>
|
||||
<sdf version="1.5">
|
||||
<model name="RoboCup SPL Ball">
|
||||
<static>false</static>
|
||||
<link name="ball">
|
||||
<inertial>
|
||||
<mass>0.0056</mass>
|
||||
<!-- inertia based on solid sphere 2/5 mr^2 -->
|
||||
<inertia>
|
||||
<ixx>2.37e-6</ixx>
|
||||
<iyy>2.37e-6</iyy>
|
||||
<izz>2.37e-6</izz>
|
||||
<ixy>0</ixy>
|
||||
<ixz>0</ixz>
|
||||
<iyz>0</iyz>
|
||||
</inertia>
|
||||
</inertial>
|
||||
<collision name="collision">
|
||||
<geometry>
|
||||
<sphere>
|
||||
<radius>0.0325</radius>
|
||||
</sphere>
|
||||
</geometry>
|
||||
</collision>
|
||||
<visual name="visual">
|
||||
<geometry>
|
||||
<sphere>
|
||||
<radius>0.0325</radius>
|
||||
</sphere>
|
||||
</geometry>
|
||||
<material>
|
||||
<script>
|
||||
<uri>file://media/materials/scripts/gazebo.material</uri>
|
||||
<name>Gazebo/RedBright</name>
|
||||
</script>
|
||||
</material>
|
||||
</visual>
|
||||
</link>
|
||||
</model>
|
||||
</sdf>
|
||||
Reference in New Issue
Block a user