forked from ArduPilot/ardupilot
-
Notifications
You must be signed in to change notification settings - Fork 2
ArduPlane, ArduCopter, ArduRover source
License
vierfuffzig/ardupilot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.)
About
ArduPlane, ArduCopter, ArduRover source
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 73.3%
- Python 11.2%
- C 11.0%
- HTML 1.6%
- Lua 1.3%
- MATLAB 0.8%
- Other 0.8%