2017-04-27 16:50:24 -03:00
# ArduPilot Project
2013-01-08 21:58:19 -04:00
2021-01-03 04:13:16 -04:00
< a href = "https://ardupilot.org/discord" > < img src = "https://img.shields.io/discord/674039678562861068.svg" alt = "Discord" >
2014-12-23 01:38:32 -04:00
2022-03-06 04:14:16 -04:00
[![Test Copter ](https://github.com/ArduPilot/ardupilot/workflows/test%20copter/badge.svg?branch=master )](https://github.com/ArduPilot/ardupilot/actions/workflows/test_sitl_copter.yml) [![Test Plane ](https://github.com/ArduPilot/ardupilot/workflows/test%20plane/badge.svg?branch=master )](https://github.com/ArduPilot/ardupilot/actions/workflows/test_sitl_plane.yml) [![Test Rover ](https://github.com/ArduPilot/ardupilot/workflows/test%20rover/badge.svg?branch=master )](https://github.com/ArduPilot/ardupilot/actions/workflows/test_sitl_rover.yml) [![Test Sub ](https://github.com/ArduPilot/ardupilot/workflows/test%20sub/badge.svg?branch=master )](https://github.com/ArduPilot/ardupilot/actions/workflows/test_sitl_sub.yml) [![Test Tracker ](https://github.com/ArduPilot/ardupilot/workflows/test%20tracker/badge.svg?branch=master )](https://github.com/ArduPilot/ardupilot/actions/workflows/test_sitl_tracker.yml)
2020-12-15 12:57:04 -04:00
2022-03-06 04:14:16 -04:00
[![Test AP_Periph ](https://github.com/ArduPilot/ardupilot/workflows/test%20ap_periph/badge.svg?branch=master )](https://github.com/ArduPilot/ardupilot/actions/workflows/test_sitl_periph.yml) [![Test Chibios ](https://github.com/ArduPilot/ardupilot/workflows/test%20chibios/badge.svg?branch=master )](https://github.com/ArduPilot/ardupilot/actions/workflows/test_chibios.yml) [![Test Linux SBC ](https://github.com/ArduPilot/ardupilot/workflows/test%20Linux%20SBC/badge.svg?branch=master )](https://github.com/ArduPilot/ardupilot/actions/workflows/test_linux_sbc.yml) [![Test Replay ](https://github.com/ArduPilot/ardupilot/workflows/test%20replay/badge.svg?branch=master )](https://github.com/ArduPilot/ardupilot/actions/workflows/test_replay.yml)
2020-12-15 12:57:04 -04:00
2022-03-06 04:14:16 -04:00
[![Test Unit Tests ](https://github.com/ArduPilot/ardupilot/workflows/test%20unit%20tests/badge.svg?branch=master )](https://github.com/ArduPilot/ardupilot/actions/workflows/test_unit_tests.yml) [![test size ](https://github.com/ArduPilot/ardupilot/actions/workflows/test_size.yml/badge.svg )](https://github.com/ArduPilot/ardupilot/actions/workflows/test_size.yml)
2020-12-15 12:57:04 -04:00
2021-10-10 09:53:49 -03:00
[![Test Environment Setup ](https://github.com/ArduPilot/ardupilot/actions/workflows/test_environment.yml/badge.svg?branch=master )](https://github.com/ArduPilot/ardupilot/actions/workflows/test_environment.yml)
2021-10-05 06:31:18 -03:00
2021-10-10 09:53:49 -03:00
[![Cygwin Build ](https://github.com/ArduPilot/ardupilot/actions/workflows/cygwin_build.yml/badge.svg )](https://github.com/ArduPilot/ardupilot/actions/workflows/cygwin_build.yml) [![Macos Build ](https://github.com/ArduPilot/ardupilot/actions/workflows/macos_build.yml/badge.svg )](https://github.com/ArduPilot/ardupilot/actions/workflows/macos_build.yml)
2016-01-20 10:37:16 -04:00
2017-08-03 03:56:43 -03:00
[![Coverity Scan Build Status ](https://scan.coverity.com/projects/5331/badge.svg )](https://scan.coverity.com/projects/ardupilot-ardupilot)
2016-08-06 06:42:16 -03:00
2021-10-05 06:31:18 -03:00
[![Test Coverage ](https://github.com/ArduPilot/ardupilot/actions/workflows/test_coverage.yml/badge.svg?branch=master )](https://github.com/ArduPilot/ardupilot/actions/workflows/test_coverage.yml)
2019-12-08 17:22:46 -04:00
[![Autotest Status ](https://autotest.ardupilot.org/autotest-badge.svg )](https://autotest.ardupilot.org/)
2019-02-07 12:14:36 -04:00
2021-10-22 06:04:33 -03:00
ArduPilot is the most advanced, full-featured, and reliable open source autopilot software available.
It has been under development since 2010 by a diverse team of professional engineers, computer scientists, and community contributors.
Our autopilot software is capable of controlling almost any vehicle system imaginable, from conventional airplanes, quad planes, multi-rotors, and helicopters to rovers, boats, balance bots, and even submarines.
2021-03-29 00:31:07 -03:00
It is continually being expanded to provide support for new emerging vehicle types.
2019-11-07 09:29:59 -04:00
2017-06-01 15:39:01 -03:00
## The ArduPilot project is made up of: ##
2021-01-03 04:13:16 -04:00
- ArduCopter: [code ](https://github.com/ArduPilot/ardupilot/tree/master/ArduCopter ), [wiki ](https://ardupilot.org/copter/index.html )
2017-06-01 15:39:01 -03:00
2021-01-03 04:13:16 -04:00
- ArduPlane: [code ](https://github.com/ArduPilot/ardupilot/tree/master/ArduPlane ), [wiki ](https://ardupilot.org/plane/index.html )
2017-06-01 15:39:01 -03:00
2021-01-03 04:13:16 -04:00
- Rover: [code ](https://github.com/ArduPilot/ardupilot/tree/master/Rover ), [wiki ](https://ardupilot.org/rover/index.html )
2017-06-01 15:39:01 -03:00
2021-01-03 04:13:16 -04:00
- ArduSub : [code ](https://github.com/ArduPilot/ardupilot/tree/master/ArduSub ), [wiki ](http://ardusub.com/ )
2017-06-01 15:39:01 -03:00
2019-12-08 17:22:46 -04:00
- Antenna Tracker : [code ](https://github.com/ArduPilot/ardupilot/tree/master/AntennaTracker ), [wiki ](https://ardupilot.org/antennatracker/index.html )
2017-06-01 15:39:01 -03:00
## User Support & Discussion Forums ##
2019-12-08 17:22:46 -04:00
- Support Forum: < https: // discuss . ardupilot . org />
2017-06-01 15:39:01 -03:00
2019-12-08 17:22:46 -04:00
- Community Site: < https: // ardupilot . org >
2017-06-01 15:39:01 -03:00
## Developer Information ##
- Github repository: < https: // github . com / ArduPilot / ardupilot >
2020-02-04 22:58:04 -04:00
- Main developer wiki: < https: // ardupilot . org / dev />
2017-06-01 15:39:01 -03:00
2019-12-08 17:22:46 -04:00
- Developer discussion: < https: // discuss . ardupilot . org >
2017-06-29 20:52:32 -03:00
2021-01-03 04:13:16 -04:00
- Developer chat: < https: // discord . com / channels / ardupilot >
2017-06-01 15:39:01 -03:00
2018-10-22 04:00:26 -03:00
## Top Contributors ##
2017-06-01 15:39:01 -03:00
2018-10-22 04:00:26 -03:00
- [Flight code contributors ](https://github.com/ArduPilot/ardupilot/graphs/contributors )
- [Wiki contributors ](https://github.com/ArduPilot/ardupilot_wiki/graphs/contributors )
- [Most active support forum users ](https://discuss.ardupilot.org/u?order=post_count&period=quarterly )
2019-12-08 17:22:46 -04:00
- [Partners who contribute financially ](https://ardupilot.org/about/Partners )
2017-06-01 15:39:01 -03:00
## How To Get Involved ##
2019-12-08 17:22:46 -04:00
- The ArduPilot project is open source and we encourage participation and code contributions: [guidelines for contributors to the ardupilot codebase ](https://ardupilot.org/dev/docs/contributing.html )
2017-06-01 15:39:01 -03:00
2021-05-26 23:33:17 -03:00
- We have an active group of Beta Testers to help us improve our code: [release procedures ](https://ardupilot.org/dev/docs/release-procedures.html )
2017-06-01 15:39:01 -03:00
- Desired Enhancements and Bugs can be posted to the [issues list ](https://github.com/ArduPilot/ardupilot/issues ).
2019-12-08 17:22:46 -04:00
- Help other users with log analysis in the [support forums ](https://discuss.ardupilot.org/ )
2017-06-01 15:39:01 -03:00
2021-06-12 22:47:30 -03:00
- Improve the wiki and chat with other [wiki editors on Discord #documentation ](https://discord.com/channels/ardupilot )
2017-06-01 15:39:01 -03:00
2019-12-08 17:22:46 -04:00
- Contact the developers on one of the [communication channels ](https://ardupilot.org/copter/docs/common-contact-us.html )
2017-06-01 15:39:01 -03:00
## License ##
The ArduPilot project is licensed under the GNU General Public
License, version 3.
2023-08-15 17:18:36 -03:00
- [Overview of license ](https://ardupilot.org/dev/docs/license-gplv3.html )
2017-06-01 15:39:01 -03:00
- [Full Text ](https://github.com/ArduPilot/ardupilot/blob/master/COPYING.txt )
## Maintainers ##
2021-01-03 04:13:16 -04:00
ArduPilot is comprised of several parts, vehicles and boards. The list below
2017-06-01 15:39:01 -03:00
contains the people that regularly contribute to the project and are responsible
2020-12-05 16:55:57 -04:00
for reviewing patches on their specific area.
2017-06-01 15:39:01 -03:00
2018-03-24 14:00:23 -03:00
- [Andrew Tridgell ](https://github.com/tridge ):
2017-06-01 15:39:01 -03:00
- ***Vehicle***: Plane, AntennaTracker
2021-03-12 21:06:23 -04:00
- ***Board***: Pixhawk, Pixhawk2, PixRacer
2018-10-22 04:00:26 -03:00
- [Francisco Ferreira ](https://github.com/oxinarf ):
- ***Bug Master***
2017-06-01 15:39:01 -03:00
- [Grant Morphett ](https://github.com/gmorph ):
- ***Vehicle***: Rover
2022-05-04 15:28:27 -03:00
- [Willian Galvani ](https://github.com/williangalvani ):
2018-10-22 04:00:26 -03:00
- ***Vehicle***: Sub
2018-03-24 14:00:23 -03:00
- [Lucas De Marchi ](https://github.com/lucasdemarchi ):
2017-06-01 15:39:01 -03:00
- ***Subsystem***: Linux
2018-03-24 14:00:23 -03:00
- [Michael du Breuil ](https://github.com/WickedShell ):
2018-11-01 21:13:10 -03:00
- ***Subsystem***: Batteries
2017-06-01 15:39:01 -03:00
- ***Subsystem***: GPS
2018-11-01 21:13:10 -03:00
- ***Subsystem***: Scripting
2018-10-22 04:00:26 -03:00
- [Peter Barker ](https://github.com/peterbarker ):
- ***Subsystem***: DataFlash, Tools
- [Randy Mackay ](https://github.com/rmackay9 ):
- ***Vehicle***: Copter, Rover, AntennaTracker
2021-06-01 06:17:49 -03:00
- [Siddharth Purohit ](https://github.com/bugobliterator ):
- ***Subsystem***: CAN, Compass
- ***Board***: Cube*
2018-10-22 04:00:26 -03:00
- [Tom Pittenger ](https://github.com/magicrub ):
- ***Vehicle***: Plane
- [Bill Geyer ](https://github.com/bnsgeyer ):
- ***Vehicle***: TradHeli
- [Emile Castelnuovo ](https://github.com/emilecastelnuovo ):
- ***Board***: VRBrain
2018-03-24 14:00:23 -03:00
- [Georgii Staroselskii ](https://github.com/staroselskii ):
2017-06-01 15:39:01 -03:00
- ***Board***: NavIO
2018-10-22 04:00:26 -03:00
- [Gustavo José de Sousa ](https://github.com/guludo ):
- ***Subsystem***: Build system
2018-08-24 22:00:41 -03:00
- [Julien Beraud ](https://github.com/jberaud ):
2017-06-01 15:39:01 -03:00
- ***Board***: Bebop & Bebop 2
2018-10-22 04:00:26 -03:00
- [Leonard Hall ](https://github.com/lthall ):
- ***Subsystem***: Copter attitude control and navigation
2018-03-24 14:00:23 -03:00
- [Matt Lawrence ](https://github.com/Pedals2Paddles ):
2017-06-01 15:39:01 -03:00
- ***Vehicle***: 3DR Solo & Solo based vehicles
2018-10-22 04:00:26 -03:00
- [Matthias Badaire ](https://github.com/badzz ):
- ***Subsystem***: FRSky
- [Mirko Denecke ](https://github.com/mirkix ):
- ***Board***: BBBmini, BeagleBone Blue, PocketPilot
- [Paul Riseborough ](https://github.com/priseborough ):
- ***Subsystem***: AP_NavEKF2
- ***Subsystem***: AP_NavEKF3
- [Víctor Mayoral Vilches ](https://github.com/vmayoral ):
- ***Board***: PXF, Erle-Brain 2, PXFmini
2019-02-05 08:46:18 -04:00
- [Amilcar Lucas ](https://github.com/amilcarlucas ):
- ***Subsystem***: Marvelmind
2020-05-09 06:30:04 -03:00
- [Samuel Tabor ](https://github.com/samuelctabor ):
- ***Subsystem***: Soaring/Gliding
2021-09-03 09:46:56 -03:00
- [Henry Wurzburg ](https://github.com/Hwurzburg ):
- ***Subsystem***: OSD
- ***Site***: Wiki
- [Peter Hall ](https://github.com/IamPete1 ):
- ***Vehicle***: Tailsitters
- ***Vehicle***: Sailboat
- ***Subsystem***: Scripting
- [Andy Piper ](https://github.com/andyp1per ):
- ***Subsystem***: Crossfire
- ***Subsystem***: ESC
- ***Subsystem***: OSD
- ***Subsystem***: SmartAudio
- [Alessandro Apostoli ](https://github.com/yaapu ):
- ***Subsystem***: Telemetry
- ***Subsystem***: OSD
2021-09-04 04:11:43 -03:00
- [Rishabh Singh ](https://github.com/rishabsingh3003 ):
- ***Subsystem***: Avoidance/Proximity
2021-10-31 19:43:37 -03:00
- [David Bussenschutt ](https://github.com/davidbuzz ):
- ***Subsystem***: ESP32,AP_HAL_ESP32
- [Charles Villard ](https://github.com/Silvanosky ):
- ***Subsystem***: ESP32,AP_HAL_ESP32