Project

General

Profile

Running CAMS in simulation mode (Tutorial) » History » Version 5

Rafael Bailon-Ruiz, 2020-10-08 10:44

1 3 Rafael Bailon-Ruiz
h1. Running CAMS (Tutorial)
2
3
This tutorial will teach you how to run the CAMS GUI with a simple scenario in simulation mode.
4
5
{{toc}}
6
7
First of all, *make sure you successfully completed the [[Installation#Developer installation process|Installation (Developer)]] tutorial*. Then, open a terminal and change the current directory to the folder where the core packages are installed.
8
9 4 Rafael Bailon-Ruiz
h2. Accessing the files for a simulated cloud environment
10 3 Rafael Bailon-Ruiz
11 5 Rafael Bailon-Ruiz
In order to run CAMS in fully simulated mode first yout need a mesoNH file describing a synthetic atmospheric environment.
12 3 Rafael Bailon-Ruiz
13 5 Rafael Bailon-Ruiz
The computer @girofle@ at LAAS contains a mesoNH file that can be used with CAMS. You can use the command below to mount the folder the remote folder as a local directory:
14 3 Rafael Bailon-Ruiz
15
<pre><code class="shell">
16
sshfs girofle.laas.fr:/media/Nephelae-Data/data/Nephelae/ mesonh_girofle_mount/
17
</code></pre>
18
19 5 Rafael Bailon-Ruiz
The best way to work with this particular file is to download it to your computer. If you are at LAAS connected with an Ethernet cable, you have a high-bandwith and low-lattency link. Therefore you can read the files in the remote folder directly, but beware of errors that can occur if the quality of the connection degrades.
20 3 Rafael Bailon-Ruiz
21 1 Rafael Bailon-Ruiz
22 3 Rafael Bailon-Ruiz
23 4 Rafael Bailon-Ruiz
If not,
24 3 Rafael Bailon-Ruiz
25
h2. Scenario setup
26
27
Scenario configuration files describe the atmospheric environment and the UAVs managed by CAMS. A valid configuration file is required to run the graphical interface server.
28
29
There are dedicated tutorial and reference guide wiki pages for scenario configuration, but for an initial run let's use a simple file.
30
31
32
h2.