ArduPlane, ArduCopter, ArduRover, ArduSub source
Go to file
Andy Piper ccb583d092 AP_Logger: make block logger conform to mavlink expectations of numbering
add support for log time to block logger
refactor rotation into backed. Don't start logs when erasing
correct log start logic
separate read and write points so that requesting log information does not corrupt the current log
when starting a new log stop logging first
clear the write buffer when starting a new log
insert utc time when requesting info for the current log
stop logging and request formats again when starting a new log
cope with erase happening while we are logging
keep pushing out startup messages even when format messages are done
don't log to the gcs in the io thread
don't start new logs in the io thread
don't validate logs while erasing
flush logs when stopping logging
account for page header when calculating logs sizes
don't return data when asked for more data than in the log
optimize locking and use separate semaphore to mediate ring buffer access
stop logging when the chip is full and send a notification
calculate logs sizes correctly even when they wrap
read log data correctly even when it wraps
add stats support to block logger
reset dropped when starting a new log
fail logging when the chip is full
refactor critical bufferspace checks
increase messagewriter budget to 250us and to 300us for FMT
2020-09-05 10:20:39 +10:00
.azure Azure: fix build with uavcan support 2020-04-23 08:43:46 +10:00
.github git: add discord details to contributing page 2020-07-02 09:50:17 +09:00
AntennaTracker Tracker: move to using CANManager library 2020-08-19 17:31:09 +10:00
ArduCopter Copter: guided consumes set-pos-target-local-ned Z-axis as offset from origin 2020-09-01 10:27:18 +10:00
ArduPlane Plane: Update THR_FAILSAFE param metadata 2020-09-04 07:08:03 +10:00
ArduSub Sub: remove dangling method declaration 2020-08-29 09:55:38 +09:00
Rover Rover: roll and pitch input sent to motors 2020-09-01 09:33:24 +09:00
Tools Tools: build-ci: use python -m pip for easier pip version management 2020-09-04 09:31:23 +10:00
benchmarks waf: add gbenchmark Waf tool 2015-12-03 07:54:31 +11:00
docs docs: rename APMrover2 to Rover 2020-04-14 09:50:34 +09:00
libraries AP_Logger: make block logger conform to mavlink expectations of numbering 2020-09-05 10:20:39 +10:00
mk Make: use https:// scheme for ardupilot URLs 2019-12-10 07:53:46 +11:00
modules modules: update mavlink 2020-08-06 12:41:35 +10:00
tests tests: avoid warning 2020-05-10 15:11:22 +10:00
.dir-locals.el emacs: add a .dir-locals.el 2016-10-24 09:41:31 -02:00
.dockerignore dockerignore: fix removing of test directory on context 2020-05-26 09:15:26 +10:00
.editorconfig all: Change the editorconfig so that it won't want to reformat 2014-07-09 19:03:18 -07:00
.flake8 Global: add .flake8 2018-08-15 10:16:13 +10:00
.gitattributes Revert ".gitattributes: automatically clean up newlines in source files" 2015-04-20 11:04:59 +09:00
.gitignore .gitignore: add LogMessages output to ignore list 2020-08-25 20:01:27 +10:00
.gitmodules git: added libcanard submodule 2019-08-27 10:29:56 +10:00
.pydevproject AP_Relay: add -1:Disabled to list of param values 2014-05-15 17:13:37 +09:00
.travis.yml travis: Remove global compiler variable 2020-09-03 18:14:34 +10:00
.valgrind-suppressions Valgrind: add supressions file and .valgrindrc using it 2019-07-18 16:49:11 +10:00
.valgrindrc Valgrind: add supressions file and .valgrindrc using it 2019-07-18 16:49:11 +10:00
BUILD.md BUILD_MD: Add instruction to clone repository as first step 2020-08-16 14:21:30 +10:00
COPYING.txt cmake overhaul, cleaned up readme, added license 2011-09-30 17:32:51 -04:00
Dockerfile Docker: use /tmp/buildlogs directory for autotests 2020-08-20 22:22:23 +10:00
Doxyfile.in cfg: Fix typos 2016-05-13 19:20:07 -03:00
Makefile Make: use https:// scheme for ardupilot URLs 2019-12-10 07:53:46 +11:00
README.md README: Add soaring maintainer. 2020-05-10 15:35:00 +10:00
Vagrantfile Vagrantfile: add focal 2020-06-05 14:26:09 +10:00
appveyor.yml CI: fixed appveyor python install 2019-07-03 11:05:55 +10:00
waf waf: use Python from environment 2018-11-13 10:30:34 +11:00
wscript waf: moved include of ap_config.h into configure step 2020-09-03 09:56:29 +10:00

README.md

ArduPilot Project

Gitter

Build Travis Build SemaphoreCI Build Status

Coverity Scan Build Status

Autotest Status

Ardupilot is the most advanced, full-featured and reliable open source autopilot software available. It has been under development since 2010 by a team of diverse professional engineers and computer scientists. It is the only autopilot software capable of controlling almost any vehicle system imaginable, from conventional airplanes, multirotors, and helicopters, to boats and even submarines. And now being expanded to feature support for new emerging vehicle types such as quad-planes and compound helicopters.

The ArduPilot project is made up of:

User Support & Discussion Forums

Developer Information

Top Contributors

How To Get Involved

License

The ArduPilot project is licensed under the GNU General Public License, version 3.

Maintainers

Ardupilot is comprised of several parts, vehicles and boards. The list below contains the people that regularly contribute to the project and are responsible for reviewing patches on their specific area. See also the list of developers with merge rights.