Last change
on this file since 172 was 167, checked in by Sanahuja Guillaume, 8 years ago |
modifs pour template vectors
|
File size:
1.3 KB
|
Rev | Line | |
---|
[33] | 1 | * Actual Version:
|
---|
| 2 |
|
---|
[167] | 3 | - Vector2D and Vector3D are now templates. Replace all Vector2D to Vector2Df and Vector3D to Vector3Df to keep compatibility.
|
---|
[148] | 4 | - resolved https://devel.hds.utc.fr/software/flair/ticket/17
|
---|
[147] | 5 | - resolved https://devel.hds.utc.fr/software/flair/ticket/16
|
---|
[124] | 6 | - added lib/FlairCore/src/Semaphore.cpp
|
---|
[121] | 7 | - added fixed cameras in simulator, see $FLAIR_ROOT/flair-bin/models/indoor_fligh
|
---|
| 8 | t_arena.xml for an exemple
|
---|
[122] | 9 | - 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.
|
---|
| 10 | See also https://devel.hds.utc.fr/software/flair/wiki/hds_users
|
---|
| 11 | - added demos/OpticalFlow: stabilization using optical flow (vertical camera)
|
---|
[133] | 12 | - resolved https://devel.hds.utc.fr/software/flair/ticket/8
|
---|
[122] | 13 | - Uav class is now a singleton
|
---|
| 14 | - VrpnClient class is now a singleton
|
---|
[135] | 15 | - VrpnObject no longer outputs Euler (ony Quaternion): warning, output matrix has changed!
|
---|
[121] | 16 |
|
---|
[107] | 17 | -----------------------------------------------------------
|
---|
| 18 | * Tag 0.0.2:
|
---|
| 19 |
|
---|
| 20 | - src/SensorActuator: quaternion support for 3dmgx3
|
---|
[33] | 21 | - tool/FlairGCS: added rx rate display
|
---|
| 22 | - demos/SimpleFleet: new demo, 2 UAVs coordination
|
---|
[107] | 23 | - src/FlairSimulator: added fixed camera
|
---|
[33] | 24 |
|
---|
| 25 | -----------------------------------------------------------
|
---|
| 26 | * Tag 0.0.1:
|
---|
| 27 |
|
---|
| 28 | -original commit
|
---|
| 29 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.