-
Notifications
You must be signed in to change notification settings - Fork 1
/
History-ToDo.txt
68 lines (51 loc) · 1.18 KB
/
History-ToDo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
ToDo:
- Test last release
- Add a green icon to gui when we are receiving data
- Add a file to enable GPS waypoints
##################
# ARDroneConfig: #
##################
r2:
- Added working config for GPS
r1:
- Created some initial config for tag
###############
# ARDroneLib: #
###############
r4:
- Added support for continuous command
r3:
- Added navigation data support (receive informations from the drone)(NavData)
- Added config command
r2:
- New commands:
Reset, Calibrate,
Navigate, Forward, Backward, Left, Right,
Up, Down, Rotate_left, Rotate_right
r1:
- Created thread to handle commands
- New commands: Take Off, Land, Emergency
###################
# ARDroneNavdata: #
###################
r3:
- Added GPS data
r2:
- Added tag data
- Added simple navigation data (navdata_demo)
r1:
- Added drone status data
################
# ARDroneTest: #
################
r4:
- Cleaned the code, should be stable for now
r3:
- Added the possibility to print data
r2:
- Added GUI
- You can now choose the test you want to perform
r1:
- Test of TakeOff, Land
- List of commands implemented
- You can choose the command to send