ArduPlane, ArduCopter, ArduRover, ArduSub source
Go to file
Peter Barker 1075e13352 autotest: stop set_parameter from using get_parameter
Setting a parameter on ArduPilot causes the autopilot to emit the new
value in a PARAM_VALUE message, so we do not need to fetch it ourselves.

Fetching it ourselves causes subtle problems for the autotest suite
where a PARAM_VALUE is currently in the uart buffer - so the autotest
set_parameter has consumed one PARAM_VALUE message (the auto-emitted
one).  If it immediately does a set_parameter then the next
PARAM_VALUE it sees will be the OLD value as the value comes out of the
uart.
2020-09-15 19:27:36 +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 mode checks dest before changing submode 2020-09-15 08:36:39 +09:00
ArduPlane Plane: Soaring: Use circling time as timeout if less than 20s. 2020-09-10 09:18:52 -07:00
ArduSub Sub: remove dangling method declaration 2020-08-29 09:55:38 +09:00
Rover Rover: add support for MAV_CMD_DO_REPOSITION 2020-09-15 08:41:08 +09:00
Tools autotest: stop set_parameter from using get_parameter 2020-09-15 19:27:36 +10:00
benchmarks
docs docs: rename APMrover2 to Rover 2020-04-14 09:50:34 +09:00
libraries AP_HAL_Linux: throw warning if we ever stop-clock backwards 2020-09-15 10:02:36 +10:00
mk Make: use https:// scheme for ardupilot URLs 2019-12-10 07:53:46 +11:00
modules mavlink: update to OSD messages 2020-09-09 20:36:42 +10:00
tests tests: avoid warning 2020-05-10 15:11:22 +10:00
.dir-locals.el
.dockerignore dockerignore: fix removing of test directory on context 2020-05-26 09:15:26 +10:00
.editorconfig
.flake8
.gitattributes
.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
.travis.yml travis: name the test jobs 2020-09-15 09:18:04 +10:00
.valgrind-suppressions
.valgrindrc
BUILD.md BUILD_MD: Add instruction to clone repository as first step 2020-08-16 14:21:30 +10:00
COPYING.txt
Dockerfile Dockerfile: use DEBIAN_FRONTEND=noninteractive as ARG ie just on build 2020-09-05 13:31:03 +10:00
Doxyfile.in
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
waf
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.