-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathturtlebot3_loop.world
56 lines (48 loc) · 1.37 KB
/
turtlebot3_loop.world
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" ?>
<sdf version="1.7">
<world name="loop">
<gravity>0 0 -9.8</gravity>
<physics 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>
<include>
<uri>model://sun</uri>
</include>
<include>
<uri>model://ground_plane</uri>
<visual name='visual'>
<material>
<script>
<name>Gazebo/White</name>
<uri>file://media/materials/scripts/gazebo.material</uri>
</script>
</material>
</visual>
</include>
<include>
<uri>model://loop</uri>
<pose>0 0 0.5 0 0 0</pose>
</include>
<gui fullscreen="0">
<camera name="camera">
<pose>2.90192 -6.64982 2.01951 0 0.199643 1.76019</pose>
<view_controller>orbit</view_controller>
<projection_type>perspective</projection_type>
</camera>
</gui>
</world>
</sdf>