-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathtank.scn
More file actions
52 lines (34 loc) · 1.47 KB
/
Copy pathtank.scn
File metadata and controls
52 lines (34 loc) · 1.47 KB
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
<?xml version="1.0"?>
<scenario>
<!-- Define environment state (water type, currents, atmosphere, ...) -->
<environment>
<ned latitude="41.7777" longitude="3.0333"/>
<ocean>
<water density="1031.0" jerlov="0.15"/>
<waves height="0.0"/>
<particles enabled="true"/>
<current type="uniform">
<velocity xyz="10.0 10.0 0.0"/>
</current>
<current type="jet">
<center xyz="0.0 0.0 3.0"/>
<outlet radius="100.0"/>
<velocity xyz="0.0 2.0 0.0"/>
</current>
</ocean>
<atmosphere>
<sun azimuth="20.0" elevation="50.0"/>
</atmosphere>
</environment>
<!-- Inlcude utils (materials and looks) -->
<include file="$(find mola_auv_sim)/scenarios/materials_looks.scn"/>
<!-- Inlcude objects (obstacles, map features, dynamic objects, creatures) -->
<!-- <include file="$(find mola_auv_sim)/scenarios/.scn"/> -->
<include file="$(find mola_auv_sim)/scenarios/test_tank.scn"/>
<include file="$(find mola_auv_sim)/scenarios/test_tank_lights.scn"/>
<include file="$(find mola_auv_sim)/scenarios/docking_station.scn"/>
<!-- Inlcude Addiitonal world actuators/sensors (lights, cameras, etc) not attached to Robots -->
<!-- Inlcude Robots -->
<include file="$(find mola_auv_sim)/scenarios/mola_auv.scn"/>
<!-- <include file="$(find bluerov2_sim)/scenarios/bluerov2.scn"/> -->
</scenario>