New Gaia

From PaparazziUAV
Jump to navigation Jump to search

(Webpage currently incomplete)

New Gaia is an update of the current gaia agent.

This system has been developed by an ENAC team of 4 students from the IENAC10S promo. It enables one to generate a complex environment with several meteorological phenomena.

Presentation

How to get New Gaia ?

The installation described here is for debian-like systems (typically Ubuntu). Thank you for sharing your experience on others systems!

Requirements

In order to compile the files with the included makefile, you need JDK 1.6.0_24. And in order to run the file, you need the JRE 1.6.0_24 (included in the JDK). They can be found at [1].

Please note that New_Gaia uses JDOM version 2.0.1 to generate XML files and the ivy package designed for java. They are included as jar files in the application, so you don't have to download them.

The source code

The source code can be found at link will be added during the next weeks.

Compilation

To compile the files, we wrote a makefile for you. Simply enter "make" to do so.

How to use New Gaia ?

Finding the maps files

New_Gaia can display a background that helps (a lot) to set the thermal columns where one wants. To do so, New_Gaia uses the same files that Paparazzi. That's why the background must be filled thanks to Paparazzi before it can be used by New_Gaia. (These .jpg files are located in the /var/maps directory of Paparazzi)

Finding the SRTM files

The SRTM files used to determine the influence of the terrain on the meteorological phenomena can be found at [2]

Executing the applications

Once the application is compilated, you can run it with the command "make run". As a student project, this application doesn't appear in the "Tools" menu of Paparazzi, that's why it's necessary to run it manually in a terminal.

New_Gaia handles three main meteorological phenomena : thermical columns, the wind and turbulences. Each phenomenon can be customized thanks to the interface : Phenomenes.png