Mathilde Machin
6 years ago
commit
4700a00e0c
5 changed files with 1513 additions and 0 deletions
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@ -0,0 +1,23 @@ |
|||||||
|
|
||||||
|
************************************************************************ |
||||||
|
Copyrights and license |
||||||
|
************************************************************************ |
||||||
|
|
||||||
|
The whole model is provided under the following terms |
||||||
|
|
||||||
|
Copyright (c) 2016-2018 IRT AESE (IRT Saint Exupéry). |
||||||
|
|
||||||
|
All rights reserved. This program and the accompanying materials are made available under the terms of the |
||||||
|
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) which accompanies this distribution, |
||||||
|
and is available at https://creativecommons.org/licenses/by-sa/4.0/ |
||||||
|
|
||||||
|
Third party components: |
||||||
|
|
||||||
|
The nodes Functions/BasicOperators/AND, Functions/BasicOperators/Comparator, Functions/BasicFunctions/InOutFunction and |
||||||
|
Functions/BasicFunctions/SourceFunction are provided under the following terms: |
||||||
|
|
||||||
|
Copyright (c) 2007-2017 ONERA. |
||||||
|
|
||||||
|
All rights reserved. This program and the accompanying materials |
||||||
|
are made available under the terms of the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
||||||
|
which accompanies this distribution, and is available at https://creativecommons.org/licenses/by-sa/4.0/ |
@ -0,0 +1,59 @@ |
|||||||
|
|
||||||
|
******************* |
||||||
|
*** README AIDA *** |
||||||
|
******************* |
||||||
|
|
||||||
|
This repository contains the safety model of the study case AIDA. |
||||||
|
It is provided by IRT Saint Exupéry under a Creative Commons BY-SA licence. |
||||||
|
This repository is managed in versioning throught git, with the following url |
||||||
|
|
||||||
|
https://sahara.pf.irt-saintexupery.com/ |
||||||
|
project AIDA |
||||||
|
|
||||||
|
|
||||||
|
1. AIDA description |
||||||
|
|
||||||
|
2. Motivation and intended use |
||||||
|
|
||||||
|
3. List of files and how to use them |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
************************************************************************ |
||||||
|
* 1. AIDA description |
||||||
|
************************************************************************ |
||||||
|
The AIDA (Aircraft Inspection by Drone Assistant) system, is a Remotely Piloted Aircraft System (RPAS). |
||||||
|
It is composed of a quadcopter drone, a control computer and a remote control. |
||||||
|
The mission of this system is to help the pilot to inspect the aircraft before flight. |
||||||
|
The quadcopter drone can be piloted in automated or manual mode. In manual mode, |
||||||
|
the pilot guides the inspection of the aircraft by the drone. |
||||||
|
In automated mode, the drone follows a flight plan and records the video of the inspected zone. |
||||||
|
|
||||||
|
************************************************************************ |
||||||
|
* 2. Motivation and intended use |
||||||
|
************************************************************************ |
||||||
|
AIDA provides a reference study case representative of the complexity and criticity found in aeronautical |
||||||
|
systems. |
||||||
|
Our intent is to provide a repository to gather all AIDA modellings in order to share different approaches and tools. |
||||||
|
|
||||||
|
If you plan to use AIDA as a study case it would be kind to inform the IRT Saint-Exupery contacts below. We would be pleased to answer your questions. |
||||||
|
patrick.farail@irt-saintexupery.com |
||||||
|
estelle.saez@irt-saintexupery.com |
||||||
|
|
||||||
|
Currently, the following works use this use case : |
||||||
|
Prosvirnova, T., Saez, E., Seguin, C., Virelizier, P.: Handling consistency between safety and system models. |
||||||
|
In: Bozzano, M., Papadopoulos, Y. (eds.) Model-Based Safety and Assessment - 5th International Symposium, IMBSA 2017, Trento, Italy, September 11-13, 2017, Proceedings. |
||||||
|
Lecture Notes in Computer Science, vol. 10437, pp. 19-34. Springer (2017), |
||||||
|
https://doi.org/10.1007/978-3-319-64119-5_2 |
||||||
|
|
||||||
|
************************************************************************ |
||||||
|
* 3. List of files and how to use them |
||||||
|
************************************************************************ |
||||||
|
AIDASystem-AltaRicaDataFlow.alt: safety model of AIDA in AlaRica DataFlow (version Cecilia-OCAS), text format |
||||||
|
|
||||||
|
AIDASystem-OCASModel.exp: safety model of AIDA, Cecilia-OCAS export format (v5) |
||||||
|
|
||||||
|
AIDASystem-OCASModel.docx: generated documentation of the model, MS Word format |
||||||
|
|
Loading…
Reference in new issue