[33] | 1 | * Actual Version:
|
---|
| 2 |
|
---|
[214] | 3 | - replaced cvmatrix by Matrix
|
---|
| 4 | - added a timeout on SimuBldc: if nothing is sent within the timeout, motors will stop
|
---|
[220] | 5 | - added pressure sensor
|
---|
[237] | 6 | - file_ui com is only created when sending logs from uav to gcs (reduce overall data exchange between the 2)
|
---|
| 7 | - resolved https://devel.hds.utc.fr/projects/flair/ticket/37
|
---|
[214] | 8 |
|
---|
[212] | 9 | -----------------------------------------------------------
|
---|
| 10 | * Tag 0.1.2:
|
---|
| 11 |
|
---|
[188] | 12 | - added GPS to the UAVs, add "use_gps=true" to the UAV creation (see demos/Gps/uav/src/main.cpp)
|
---|
| 13 | - corrected bug: FrameworkManager::SetupConnection now really uses the timeout parameter
|
---|
| 14 | - 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
|
---|
| 15 | - Gx3_25_imu: quaternion are better handled (no more discontinuities)
|
---|
| 16 | - added logs of imu among logs of ahrs
|
---|
| 17 |
|
---|
| 18 | -----------------------------------------------------------
|
---|
| 19 | * Tag 0.1.0:
|
---|
| 20 |
|
---|
[180] | 21 | - added GSA nmea sentence
|
---|
[176] | 22 | - resolved https://devel.hds.utc.fr/software/flair/ticket/18
|
---|
[167] | 23 | - Vector2D and Vector3D are now templates. Replace all Vector2D to Vector2Df and Vector3D to Vector3Df to keep compatibility.
|
---|
[148] | 24 | - resolved https://devel.hds.utc.fr/software/flair/ticket/17
|
---|
[147] | 25 | - resolved https://devel.hds.utc.fr/software/flair/ticket/16
|
---|
[124] | 26 | - added lib/FlairCore/src/Semaphore.cpp
|
---|
[121] | 27 | - added fixed cameras in simulator, see $FLAIR_ROOT/flair-bin/models/indoor_fligh
|
---|
| 28 | t_arena.xml for an exemple
|
---|
[122] | 29 | - 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.
|
---|
| 30 | See also https://devel.hds.utc.fr/software/flair/wiki/hds_users
|
---|
| 31 | - added demos/OpticalFlow: stabilization using optical flow (vertical camera)
|
---|
[133] | 32 | - resolved https://devel.hds.utc.fr/software/flair/ticket/8
|
---|
[122] | 33 | - Uav class is now a singleton
|
---|
| 34 | - VrpnClient class is now a singleton
|
---|
[186] | 35 | - VrpnObject no longer outputs Euler (only Quaternion): warning, output matrix has changed!
|
---|
[121] | 36 |
|
---|
[107] | 37 | -----------------------------------------------------------
|
---|
| 38 | * Tag 0.0.2:
|
---|
| 39 |
|
---|
| 40 | - src/SensorActuator: quaternion support for 3dmgx3
|
---|
[33] | 41 | - tool/FlairGCS: added rx rate display
|
---|
| 42 | - demos/SimpleFleet: new demo, 2 UAVs coordination
|
---|
[107] | 43 | - src/FlairSimulator: added fixed camera
|
---|
[33] | 44 |
|
---|
| 45 | -----------------------------------------------------------
|
---|
| 46 | * Tag 0.0.1:
|
---|
| 47 |
|
---|
| 48 | -original commit
|
---|
| 49 |
|
---|