Skip to content

Commit 04ceec1

Browse files
committed
Updated Readme.txt
1 parent 2858825 commit 04ceec1

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.txt

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Introduction
22
------------
3-
This project provides an open source firmware for the AR.Drone by Parrot.
3+
This project provides an open source firmware for the AR.Drone quadrocopter by Parrot.
44

55
WARNING: This project is not supported nor endorsed by Parrot S.A., using the this sofware will most likely void your warranty and might destroy your drone or make it fly away into deep space. Use at your own risk.
66

@@ -11,7 +11,11 @@ Please post feedback on http://blog.perquin.com/blog/category/ardrone/ Thanks!
1111

1212
Known Issues
1313
------------
14-
The PID controller parameters have not been optimized yet and currently use 'P' parameters only. In particular the height controller will probably undershoot it's target height, or the drone might not have enough power to take off, this because of the missing 'I' term.
14+
- The PID controller parameters have not been optimized yet and currently only use 'P' parameters. In particular the height controller will probably settle below the target height, or the drone might not have enough power to take off.
15+
- The OpenFlight user interface is very rudimentary.
16+
- No soft landing function is implemented. In order to land: fly the drone to minimum altitude and then switch off the motors.
17+
- 'Flat Trim' parameters are not saved and are estimated after OpenFlight connects. Place the drone on a horizontal surface before connecting with OpenFlight.
18+
- No battery voltage monitoring. The drone will fall out of the sky once the battery is drained.
1519

1620

1721
Install
@@ -65,6 +69,7 @@ For pc directory
6569

6670
Changelog
6771
---------
68-
19-Sep-2011 Added ardrone/fly and pc/OpenFlight
69-
20-Jul-2011 Added video
70-
17-Jul-2011 Initial release
72+
19-Sep-2011 V03 Added ardrone/fly and pc/OpenFlight
73+
20-Jul-2011 V02 Added video
74+
17-Jul-2011 V01 Initial release
75+

0 commit comments

Comments
 (0)