Skip to content

Commit

Permalink
Updated documentation for v3.1 Beta 1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carancho committed Jul 1, 2012
1 parent 0d8b5d7 commit 19735ab
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion InstallationInstructions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 3.0 of the AeroQuad Flight Software takes advantage of the use of libraries within the Arduino IDE environment. There are two install methods to use to make sure the AeroQuad libraries are properly deteced by the Arduino IDE.
Version 3.x of the AeroQuad Flight Software takes advantage of the use of libraries within the Arduino IDE environment. There are two install methods to use to make sure the AeroQuad libraries are properly deteced by the Arduino IDE.

Method 1:
- Save the AeroQuad folder into your location of choice.
Expand Down
28 changes: 27 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,33 @@
AeroQuad Flight Software Source Code 3.0.1
AeroQuad Flight Software Source Code 3.1 Beta 1
========================================
[http://www.AeroQuad.com](http://www.AeroQuad.com)

Version 3.1 Beta 1 Release Notes (7/1/2012)
----------------------------------------
* Waypoint following (Waypoints uploaded from Configurator)
* Auto Descent/Land (Must be tuned for your individual setup)
* GPS Position Hold
* GPS Return to Home
* Obstacle detection
* Uses ultrasonic sensors to detect if objects are nearby and displays on the OSD
* Telemetry over audio channel of your video transmitter
* Requires telemetry modem soon to come to AeroQuad store)
* Option to enable 400Hz update rate to motors (ESC's must support this)
* Fixed hex configuration motor control
* OSD improvements to support above features
* Ability to tune PIDs and store them
* Graphical indication when objects are nearby
* Icons to denote flight mode (acro, stable, position hold)
* Return to home arrow and distance to home
* Transmitter switch assignments for new features
* AUX1 or AUX2 < 1750 = Altitude hold (baro or ultrasonic)
* AUX3 < 1750 = Auto descent/land (baro or ultrasonic)
* If GPS Navigation Enabled
* AUX2 < 1750 = Start waypoint following
* AUX1 < 1600 = GPS position hold
* If AUX1 in middle switch position = altitude hold
* If AUX1 in last position = GPS position hold

Version 3.0.1 Release Notes (2/21/2012)
----------------------------------------
* Updated min/max motor commanding for level flight during yaw
Expand Down

0 comments on commit 19735ab

Please sign in to comment.