mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 23:18:28 -04:00
ArduPlane, ArduCopter, ArduRover, ArduSub source
arducopterardupilotarduplanearduroverardusubautopilotauvcopterdronedronekitmavlinkplaneroboticsrosrovroversubuasuavugv
c6c7966205
Made the Acro mode more NG like. Should be much more nimble! Tweaked the Accel hold with sim tests. not flight tested or enabled by default. added option to set scalar in angle boost |
||
---|---|---|
apo | ||
archive | ||
ArduBoat | ||
ArduCopter | ||
ArduPlane | ||
ArduRover | ||
cmake | ||
libraries | ||
Tools | ||
.gitignore | ||
CMakeLists.txt | ||
COPYING.txt | ||
README.txt |
Building using arduino -------------------------- To install the libraries: - copy Library Directories to your \arduino\hardware\libraries\ or arduino\libraries directory - Restart arduino IDE * Each library comes with a simple example. You can find the examples in menu File->Examples Building using make ----------------------------------------------- - go to directory of sketch and type make. Building using cmake ----------------------------------------------- - mkdir build - cd build - cmake .. - make (will build every sketch) - make ArduPlane (will build just ArduPlane etc.) Build a package using cpack ----------------------------------------------- - cd build - cmake .. - make package - make package_source