source: flair-src/trunk/ReleaseNotes@ 189

Last change on this file since 189 was 188, checked in by Sanahuja Guillaume, 7 years ago

m

File size: 1.9 KB
Line 
1* Actual Version:
2
3- added GPS to the UAVs, add "use_gps=true" to the UAV creation (see demos/Gps/uav/src/main.cpp)
4- corrected bug: FrameworkManager::SetupConnection now really uses the timeout parameter
5- added RotationType_t to OneAxisRotation constructor. It should handle pre and post rotation (frame changes and embdedd sensor rotation). Still need to be heavily tested and maybe rewritten
6- Gx3_25_imu: quaternion are better handled (no more discontinuities)
7- added logs of imu among logs of ahrs
8
9-----------------------------------------------------------
10* Tag 0.1.0:
11
12- added GSA nmea sentence
13- resolved https://devel.hds.utc.fr/software/flair/ticket/18
14- Vector2D and Vector3D are now templates. Replace all Vector2D to Vector2Df and Vector3D to Vector3Df to keep compatibility.
15- resolved https://devel.hds.utc.fr/software/flair/ticket/17
16- resolved https://devel.hds.utc.fr/software/flair/ticket/16
17- added lib/FlairCore/src/Semaphore.cpp
18- added fixed cameras in simulator, see $FLAIR_ROOT/flair-bin/models/indoor_fligh
19t_arena.xml for an exemple
20- added lib/FlairVisionFilter: some basic vision algorithms using opencv. Note that this lib can be remplaced by HdsVisionFilter if you have access to it, in order to use the DSP in HDS UAV's.
21See also https://devel.hds.utc.fr/software/flair/wiki/hds_users
22- added demos/OpticalFlow: stabilization using optical flow (vertical camera)
23- resolved https://devel.hds.utc.fr/software/flair/ticket/8
24- Uav class is now a singleton
25- VrpnClient class is now a singleton
26- VrpnObject no longer outputs Euler (only Quaternion): warning, output matrix has changed!
27
28-----------------------------------------------------------
29* Tag 0.0.2:
30
31- src/SensorActuator: quaternion support for 3dmgx3
32- tool/FlairGCS: added rx rate display
33- demos/SimpleFleet: new demo, 2 UAVs coordination
34- src/FlairSimulator: added fixed camera
35
36-----------------------------------------------------------
37* Tag 0.0.1:
38
39-original commit
40
Note: See TracBrowser for help on using the repository browser.