Cleanup of old data and results for sensor fusion
[platform/core/system/sensord.git] / src / sensor_fusion / design / readme
1 Important Information for developers who would like to contribute:-
2 ---------------------------------------------------------------------------------
3
4 1. GNU Octave version 3.8.0 or above  with GUI support is needed for executing
5    all sensor fusion code in this directory.
6
7 2. The folder 'documents' contains the high level design for sensor fusion.
8    Please update any design changes in the documents along with the code changes.
9    (The .pptx documents could be opened and edited using LibreOffice Impress)
10
11 3. The folder 'lib' contains all the library files that that will be called by
12    the sf_xxx functions.
13
14 4. The folder 'data' contains sample data taken from various sensors used on a
15    mobile phone target.
16
17 5. Each sf_xxx file will individually simulate a virtual sensor that is developed
18    based on sensor fusion.