ArduPlane, ArduCopter, ArduRover, ArduSub source
Go to file
Leonard Hall 1ebf2c40f5 Copter: Autotune rewrite
Includes the following:
Increase Autotune Limits
Low Rate_P_Max prevents correct Rate_D prediction.
make adjustment proportional
increase the maximum value of Rate_P
adjustment for zero overshoot
Speed up autotune
Reduce D bounce back requirement
adapt matthewlloyd's switching
Includes many enhancements to the basic code but doesn't bring in his
speed up ideas
Reduce Stab P down
Add Calibration
Repeat side to increase speed
Update Autotune PI ratios
fixup comments
autotune incorporate aggressiveness parameter
sets max accel for roll, pitch, yaw
Update accel calc and set Yaw D to zero
Calculate Accel correctly on SP Limit
Send saved gains msg to GCS
updates PID filter
increase accel backoff
save max accel if rate feedfwd enabled
keep stabilizing
2015-03-06 14:02:04 +09:00
APMrover2 APMrover2: Creating release 2.49 of Rover. 2015-03-04 11:48:47 +11:00
AntennaTracker Tracker: fixed MAVLink stream trigger calculations 2015-02-20 13:16:05 +09:00
ArduCopter Copter: Autotune rewrite 2015-03-06 14:02:04 +09:00
ArduPlane Plane: fixed issue where auto is entered before GPS lock 2015-02-25 22:54:52 +11:00
FollowMe FollowMe: avoid integer underflow in mavlink txspace check 2014-07-27 22:18:51 +10:00
Tools SITL: added tradheli support 2015-02-24 16:16:05 +11:00
docs docs: allow docs build to output to another directory 2013-08-15 09:04:58 +10:00
libraries Motors: add accessors for motor logging 2015-03-06 14:01:58 +09:00
mk PX4: update FMUv2 bootloader 2015-03-05 22:12:08 +11:00
.editorconfig all: Change the editorconfig so that it won't want to reformat 2014-07-09 19:03:18 -07:00
.gitattributes Vagrant: bash gets confused if you pass in .sh files from windows 2015-03-05 12:50:19 +11:00
.gitignore Git: ignore autotest.lck and index.html 2014-12-31 14:05:14 +09:00
.pydevproject AP_Relay: add -1:Disabled to list of param values 2014-05-15 17:13:37 +09:00
.travis.yml Travis: use install-travis-env.sh 2015-02-08 22:00:10 +11:00
CONTRIBUTING.md Update CONTRIBUTING.md 2014-10-12 00:11:30 -07:00
COPYING.txt cmake overhaul, cleaned up readme, added license 2011-09-30 17:32:51 -04:00
Doxyfile.in Working on doxygen support. 2011-11-25 21:35:20 -05:00
MAINTAINERS.md documentation: Add a contributing & maintainers file 2014-07-09 18:59:26 -07:00
README.md Added Gitter badge 2014-12-23 05:38:32 +00:00
Vagrantfile SITL: Numerous improvements to vagrant image and easier SITL for mac/windows 2015-01-23 11:00:04 +09:00
reformat.sh better commit message for uncrustify 2012-08-17 11:36:07 -07:00
uncrustify_cpp.cfg fixes to preprocessor retab settings 2012-08-17 11:36:07 -07:00
uncrustify_headers.cfg small changes to uncrustify_headers.cft 2012-08-21 18:59:13 -07:00

README.md

#ArduPilot Project#

Gitter

The ArduPilot project is made up of:

ArduCopter (or APM:Copter) : code, wiki

ArduPlane (or APM:Plane) : code, wiki

ArduRover (or APMrover2) : code, wiki

Antenna Tracker : code, wiki

User Support & Discussion Forums

APM Forum: http://ardupilot.com/forum/index.php

Community Site: http://diydrones.com

Developer Information

Github repository: https://github.com/diydrones/ardupilot

Main developer wiki: http://dev.ardupilot.com

Developer email group: drones-discuss@googlegroups.com

Contributors

Github statistics

How To Get Involved

The ArduPilot project is open source and we encourage participation and code contributions: guidelines for contributors to the ardupilot codebase

We have an active group of Beta Testers especially for ArduCopter to help us find bugs: release procedures

Desired Enhancements and Bugs can be posted to the issues list.

Helping other users with log analysis on diydrones.com and the APM forums is always appreciated:

There is a group of wiki editors as well in case documentation is your thing: ardu-wiki-editors@googlegroups.com

Developer discussions occur on drones-discuss@google-groups.com

License

Overview of license

Full Text