init
This commit is contained in:
BIN
robocup_3Dsim_ball/materials/textures/rcs-soccerball.png
Executable file
BIN
robocup_3Dsim_ball/materials/textures/rcs-soccerball.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
136
robocup_3Dsim_ball/meshes/ball.dae
Normal file
136
robocup_3Dsim_ball/meshes/ball.dae
Normal file
File diff suppressed because one or more lines are too long
36
robocup_3Dsim_ball/model-1_4.sdf
Normal file
36
robocup_3Dsim_ball/model-1_4.sdf
Normal file
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" ?>
|
||||
<sdf version="1.4">
|
||||
<model name="soccer_ball">
|
||||
<static>false</static>
|
||||
<link name="soccer_ball_link">
|
||||
<pose>0 0 0 0 0 0</pose>
|
||||
<inertial>
|
||||
<mass>0.026</mass>
|
||||
<!-- inertia based on solid sphere 2/5 mr^2 -->
|
||||
<inertia>
|
||||
<ixx>1.664e-5</ixx>
|
||||
<iyy>1.664e-5</iyy>
|
||||
<izz>1.664e-5</izz>
|
||||
<ixy>0</ixy>
|
||||
<ixz>0</ixz>
|
||||
<iyz>0</iyz>
|
||||
</inertia>
|
||||
</inertial>
|
||||
<collision name="collision">
|
||||
<geometry>
|
||||
<sphere>
|
||||
<radius>0.04</radius>
|
||||
</sphere>
|
||||
</geometry>
|
||||
</collision>
|
||||
<visual name="visual">
|
||||
<geometry>
|
||||
<mesh>
|
||||
<scale>0.04 0.04 0.04</scale>
|
||||
<uri>model://robocup_3Dsim_ball/meshes/ball.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</visual>
|
||||
</link>
|
||||
</model>
|
||||
</sdf>
|
17
robocup_3Dsim_ball/model.config
Normal file
17
robocup_3Dsim_ball/model.config
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<model>
|
||||
<name>RoboCup 3D Simulation 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 3D simulation ball.
|
||||
</description>
|
||||
</model>
|
36
robocup_3Dsim_ball/model.sdf
Normal file
36
robocup_3Dsim_ball/model.sdf
Normal file
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" ?>
|
||||
<sdf version="1.5">
|
||||
<model name="soccer_ball">
|
||||
<static>false</static>
|
||||
<link name="soccer_ball_link">
|
||||
<pose>0 0 0 0 0 0</pose>
|
||||
<inertial>
|
||||
<mass>0.026</mass>
|
||||
<!-- inertia based on solid sphere 2/5 mr^2 -->
|
||||
<inertia>
|
||||
<ixx>1.664e-5</ixx>
|
||||
<iyy>1.664e-5</iyy>
|
||||
<izz>1.664e-5</izz>
|
||||
<ixy>0</ixy>
|
||||
<ixz>0</ixz>
|
||||
<iyz>0</iyz>
|
||||
</inertia>
|
||||
</inertial>
|
||||
<collision name="collision">
|
||||
<geometry>
|
||||
<sphere>
|
||||
<radius>0.04</radius>
|
||||
</sphere>
|
||||
</geometry>
|
||||
</collision>
|
||||
<visual name="visual">
|
||||
<geometry>
|
||||
<mesh>
|
||||
<scale>0.04 0.04 0.04</scale>
|
||||
<uri>model://robocup_3Dsim_ball/meshes/ball.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</visual>
|
||||
</link>
|
||||
</model>
|
||||
</sdf>
|
Reference in New Issue
Block a user