forked from ArduPilot/ardupilot
-
Notifications
You must be signed in to change notification settings - Fork 0
APM Plane, APM Copter, APM Rover source
License
HAJMOUSA/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.) Build a package using cpack ----------------------------------------------- - cd build - cmake .. - make package - make package_source
About
APM Plane, APM Copter, APM Rover source
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published