89 lines
2.8 KiB
Text
89 lines
2.8 KiB
Text
<sdf version='1.9'>
|
|
<world name='empty'>
|
|
<physics name='1ms' type='ignored'>
|
|
<max_step_size>0.001</max_step_size>
|
|
<real_time_factor>1.0</real_time_factor>
|
|
<real_time_update_rate>1000</real_time_update_rate>
|
|
</physics>
|
|
<plugin name='ignition::gazebo::systems::Physics' filename='ignition-gazebo-physics-system'/>
|
|
<plugin name='ignition::gazebo::systems::UserCommands' filename='ignition-gazebo-user-commands-system'/>
|
|
<plugin name='ignition::gazebo::systems::SceneBroadcaster' filename='ignition-gazebo-scene-broadcaster-system'/>
|
|
<plugin name='ignition::gazebo::systems::Contact' filename='ignition-gazebo-contact-system'/>
|
|
<gravity>0 0 -9.8</gravity>
|
|
<magnetic_field>5.5645e-6 22.8758e-6 -42.3884e-6</magnetic_field>
|
|
<atmosphere type='adiabatic'/>
|
|
<scene>
|
|
<ambient>0.4 0.4 0.4 1.0</ambient>
|
|
<background>.7 .7 .7 1</background>
|
|
<shadows>true</shadows>
|
|
</scene>
|
|
<model name='ground_plane'>
|
|
<static>1</static>
|
|
<link name='link'>
|
|
<collision name='collision'>
|
|
<geometry>
|
|
<plane>
|
|
<normal>0 0 1</normal>
|
|
<size>100 100</size>
|
|
</plane>
|
|
</geometry>
|
|
<surface>
|
|
<friction>
|
|
<ode/>
|
|
</friction>
|
|
<bounce/>
|
|
<contact/>
|
|
</surface>
|
|
</collision>
|
|
<visual name='visual'>
|
|
<geometry>
|
|
<plane>
|
|
<normal>0 0 1</normal>
|
|
<size>100 100</size>
|
|
</plane>
|
|
</geometry>
|
|
<material>
|
|
<ambient>0.8 0.8 0.8 1</ambient>
|
|
<diffuse>0.8 0.8 0.8 1</diffuse>
|
|
<specular>0.8 0.8 0.8 1</specular>
|
|
</material>
|
|
</visual>
|
|
<pose>0 0 0 0 -0 0</pose>
|
|
<inertial>
|
|
<pose>0 0 0 0 -0 0</pose>
|
|
<mass>1</mass>
|
|
<inertia>
|
|
<ixx>1</ixx>
|
|
<ixy>0</ixy>
|
|
<ixz>0</ixz>
|
|
<iyy>1</iyy>
|
|
<iyz>0</iyz>
|
|
<izz>1</izz>
|
|
</inertia>
|
|
</inertial>
|
|
<enable_wind>0</enable_wind>
|
|
</link>
|
|
<pose>0 0 0 0 -0 0</pose>
|
|
<self_collide>0</self_collide>
|
|
</model>
|
|
<light name='sun' type='directional'>
|
|
<pose>0 0 10 0 -0 0</pose>
|
|
<cast_shadows>1</cast_shadows>
|
|
<intensity>1</intensity>
|
|
<direction>-0.5 0.1 -0.9</direction>
|
|
<diffuse>0.8 0.8 0.8 1</diffuse>
|
|
<specular>0.2 0.2 0.2 1</specular>
|
|
<attenuation>
|
|
<range>1000</range>
|
|
<linear>0.01</linear>
|
|
<constant>0.9</constant>
|
|
<quadratic>0.001</quadratic>
|
|
</attenuation>
|
|
<spot>
|
|
<inner_angle>0</inner_angle>
|
|
<outer_angle>0</outer_angle>
|
|
<falloff>0</falloff>
|
|
</spot>
|
|
</light>
|
|
</world>
|
|
</sdf>
|