Skip to content

koro/ardupilot

This branch is 60059 commits behind ArduPilot/ardupilot:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Andrew Tridgell
Mar 12, 2013
d9be58f · Mar 12, 2013
Mar 7, 2013
Mar 6, 2013
Mar 12, 2013
Feb 3, 2013
Mar 12, 2013
Apr 19, 2012
Mar 11, 2013
Mar 12, 2013
Feb 21, 2013
Oct 31, 2011
Sep 30, 2011
Nov 26, 2011
Jan 14, 2013
Aug 17, 2012
Aug 17, 2012
Aug 22, 2012

Repository files navigation

ArduPilot Project

Getting the source

You can either download the source using the "ZIP" button at the top of the github page, or you can make a clone using git:

git clone git://github.com/diydrones/ardupilot.git

Building using Arduino IDE

ArduPilot is no longer compatible with the standard Arduino distribution. You need to use a patched Arduino IDE to build ArduPilot.

  1. The patched ArduPilot Arduino IDE is available for Mac and Windows from the downloads page. On Linux, you should use the makefile build.

  2. Unpack and launch the ArduPilot Arduino IDE. In the preferences menu, set your sketchbook location to your downloaded or cloned ardupilot directory.

  3. In the ArduPilot Arduino IDE, select your ArduPilot type (APM1 or APM2) from the ArduPilot menu (in the top menubar).

  4. Restart the ArduPilot Arduino IDE. You should now be able to build ArduPlane or ArduCopter from source.

  5. Remember that, after changing ArduPilot type (APM1 or APM2) in the IDE, you'll need to close and restart the IDE before continuing.

Building using make

  1. Before you build the project for the first time, you'll need to run make configure from a sketch directory. This will create a config.mk file at the top level of the repository. You can set some defaults in config.mk

  2. In the sketch directory, type make to build for APM2. Alternatively, make apm1 will build for the APM1.

  3. Type make upload to upload. You may need to set the correct default serial port in your config.mk.

User Technical Support

ArduPilot users should use the DIYDrones.com forums for technical support.

Development Team

The ArduPilot project is open source and maintained by a team of volunteers.

To contribute, you can send a pull request on Github. You can also join the development discussion on Google Groups. Note that the Google Groups mailing lists are NOT for user tech support, and are moderated for new users to prevent off-topic discussion.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 56.7%
  • C++ 19.3%
  • Processing 18.0%
  • Objective-C 2.6%
  • Python 2.3%
  • C# 0.4%
  • Other 0.7%