mirror of
https://gitlab.com/yikestone/line_follower_gazebo_sim.git
synced 2025-08-03 13:44:09 +05:30
224 lines
6.9 KiB
Plaintext
224 lines
6.9 KiB
Plaintext
<sdf version='1.6'>
|
|
<world name='default'>
|
|
<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>
|
|
<mu>100</mu>
|
|
<mu2>50</mu2>
|
|
</ode>
|
|
<torsional>
|
|
<ode/>
|
|
</torsional>
|
|
</friction>
|
|
<contact>
|
|
<ode/>
|
|
</contact>
|
|
<bounce/>
|
|
</surface>
|
|
<max_contacts>10</max_contacts>
|
|
</collision>
|
|
<visual name='visual'>
|
|
<cast_shadows>0</cast_shadows>
|
|
<geometry>
|
|
<plane>
|
|
<normal>0 0 1</normal>
|
|
<size>100 100</size>
|
|
</plane>
|
|
</geometry>
|
|
<material>
|
|
<script>
|
|
<uri>file://media/materials/scripts/gazebo.material</uri>
|
|
<name>Gazebo/Grey</name>
|
|
</script>
|
|
</material>
|
|
</visual>
|
|
<self_collide>0</self_collide>
|
|
<kinematic>0</kinematic>
|
|
<gravity>1</gravity>
|
|
</link>
|
|
</model>
|
|
<light name='sun' type='directional'>
|
|
<cast_shadows>1</cast_shadows>
|
|
<pose frame=''>0 0 10 0 -0 0</pose>
|
|
<diffuse>0.8 0.8 0.8 1</diffuse>
|
|
<specular>0.1 0.1 0.1 1</specular>
|
|
<attenuation>
|
|
<range>1000</range>
|
|
<constant>0.9</constant>
|
|
<linear>0.01</linear>
|
|
<quadratic>0.001</quadratic>
|
|
</attenuation>
|
|
<direction>-0.5 0.5 -1</direction>
|
|
</light>
|
|
<plugin name='gazebo_tutorials' filename='libigv_gazebo.so'/>
|
|
<model name='my_mesh'>
|
|
<pose frame=''>0 0 0 0 -0 0</pose>
|
|
<static>1</static>
|
|
<link name='body'>
|
|
<visual name='visual'>
|
|
<geometry>
|
|
<mesh>
|
|
<uri>model://basicArena.dae</uri>
|
|
<scale>1 1 1</scale>
|
|
</mesh>
|
|
</geometry>
|
|
</visual>
|
|
<collision name='collision'>
|
|
<geometry>
|
|
<mesh>
|
|
<uri>model://basicArena.dae</uri>
|
|
<scale>1 1 1</scale>
|
|
</mesh>
|
|
</geometry>
|
|
<max_contacts>10</max_contacts>
|
|
<surface>
|
|
<contact>
|
|
<ode/>
|
|
</contact>
|
|
<bounce/>
|
|
<friction>
|
|
<torsional>
|
|
<ode/>
|
|
</torsional>
|
|
<ode/>
|
|
</friction>
|
|
</surface>
|
|
</collision>
|
|
<self_collide>0</self_collide>
|
|
<kinematic>0</kinematic>
|
|
<gravity>1</gravity>
|
|
</link>
|
|
</model>
|
|
<gravity>0 0 -9.8</gravity>
|
|
<magnetic_field>6e-06 2.3e-05 -4.2e-05</magnetic_field>
|
|
<atmosphere type='adiabatic'/>
|
|
<physics name='default_physics' default='0' type='ode'>
|
|
<max_step_size>0.001</max_step_size>
|
|
<real_time_factor>1</real_time_factor>
|
|
<real_time_update_rate>1000</real_time_update_rate>
|
|
</physics>
|
|
<scene>
|
|
<ambient>0.4 0.4 0.4 1</ambient>
|
|
<background>0.7 0.7 0.7 1</background>
|
|
<shadows>1</shadows>
|
|
</scene>
|
|
<spherical_coordinates>
|
|
<surface_model>EARTH_WGS84</surface_model>
|
|
<latitude_deg>0</latitude_deg>
|
|
<longitude_deg>0</longitude_deg>
|
|
<elevation>0</elevation>
|
|
<heading_deg>0</heading_deg>
|
|
</spherical_coordinates>
|
|
<light name='user_point_light_0' type='point'>
|
|
<pose frame=''>-1.09284 -1.99664 1 0 -0 0</pose>
|
|
<diffuse>0.5 0.5 0.5 1</diffuse>
|
|
<specular>0.1 0.1 0.1 1</specular>
|
|
<attenuation>
|
|
<range>20</range>
|
|
<constant>0.5</constant>
|
|
<linear>0.01</linear>
|
|
<quadratic>0.001</quadratic>
|
|
</attenuation>
|
|
<cast_shadows>0</cast_shadows>
|
|
<direction>0 0 -1</direction>
|
|
</light>
|
|
<light name='user_point_light_1' type='point'>
|
|
<pose frame=''>-1.09243 2.01906 1 0 -0 0</pose>
|
|
<diffuse>0.5 0.5 0.5 1</diffuse>
|
|
<specular>0.1 0.1 0.1 1</specular>
|
|
<attenuation>
|
|
<range>20</range>
|
|
<constant>0.5</constant>
|
|
<linear>0.01</linear>
|
|
<quadratic>0.001</quadratic>
|
|
</attenuation>
|
|
<cast_shadows>0</cast_shadows>
|
|
<direction>0 0 -1</direction>
|
|
</light>
|
|
<light name='user_point_light_2' type='point'>
|
|
<pose frame=''>1.10541 2.0251 1 0 -0 0</pose>
|
|
<diffuse>0.5 0.5 0.5 1</diffuse>
|
|
<specular>0.1 0.1 0.1 1</specular>
|
|
<attenuation>
|
|
<range>20</range>
|
|
<constant>0.5</constant>
|
|
<linear>0.01</linear>
|
|
<quadratic>0.001</quadratic>
|
|
</attenuation>
|
|
<cast_shadows>0</cast_shadows>
|
|
<direction>0 0 -1</direction>
|
|
</light>
|
|
<light name='user_point_light_3' type='point'>
|
|
<pose frame=''>1.08305 -2.0142 1 0 -0 0</pose>
|
|
<diffuse>0.5 0.5 0.5 1</diffuse>
|
|
<specular>0.1 0.1 0.1 1</specular>
|
|
<attenuation>
|
|
<range>20</range>
|
|
<constant>0.5</constant>
|
|
<linear>0.01</linear>
|
|
<quadratic>0.001</quadratic>
|
|
</attenuation>
|
|
<cast_shadows>0</cast_shadows>
|
|
<direction>0 0 -1</direction>
|
|
</light>
|
|
<state world_name='default'>
|
|
<sim_time>756 850000000</sim_time>
|
|
<real_time>123 843586380</real_time>
|
|
<wall_time>1485941703 881016830</wall_time>
|
|
<iterations>123188</iterations>
|
|
<model name='ground_plane'>
|
|
<pose frame=''>0 0 0 0 -0 0</pose>
|
|
<scale>1 1 1</scale>
|
|
<link name='link'>
|
|
<pose frame=''>0 0 0 0 -0 0</pose>
|
|
<velocity>0 0 0 0 -0 0</velocity>
|
|
<acceleration>0 0 0 0 -0 0</acceleration>
|
|
<wrench>0 0 0 0 -0 0</wrench>
|
|
</link>
|
|
</model>
|
|
<model name='my_mesh'>
|
|
<pose frame=''>-0.530562 -1.22301 0 0 -0 0</pose>
|
|
<scale>1 1 1</scale>
|
|
<link name='body'>
|
|
<pose frame=''>-0.530562 -1.22301 0 0 -0 0</pose>
|
|
<velocity>0 0 0 0 -0 0</velocity>
|
|
<acceleration>0 0 0 0 -0 0</acceleration>
|
|
<wrench>0 0 0 0 -0 0</wrench>
|
|
</link>
|
|
</model>
|
|
<light name='sun'>
|
|
<pose frame=''>0 0 10 0 -0 0</pose>
|
|
</light>
|
|
<light name='user_point_light_0'>
|
|
<pose frame=''>-1.09284 -1.99664 1 0 -0 0</pose>
|
|
</light>
|
|
<light name='user_point_light_1'>
|
|
<pose frame=''>-1.09243 2.01906 1 0 -0 0</pose>
|
|
</light>
|
|
<light name='user_point_light_2'>
|
|
<pose frame=''>1.10541 2.0251 1 0 -0 0</pose>
|
|
</light>
|
|
<light name='user_point_light_3'>
|
|
<pose frame=''>1.08305 -2.0142 1 0 -0 0</pose>
|
|
</light>
|
|
</state>
|
|
<gui fullscreen='0'>
|
|
<camera name='user_camera'>
|
|
<pose frame=''>-0.05099 0.02188 18.6627 -3.00594 1.57079 0.135653</pose>
|
|
<view_controller>orbit</view_controller>
|
|
<projection_type>perspective</projection_type>
|
|
</camera>
|
|
</gui>
|
|
</world>
|
|
</sdf>
|