Giter Site home page Giter Site logo

the-peach-drone / ardupilot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ardupilot/ardupilot

3.0 0.0 3.0 198.31 MB

THE PEACH Board's Firmware

Home Page: https://thepeach.kr

License: GNU General Public License v3.0

C++ 76.61% Makefile 0.27% Shell 0.55% C 8.57% Lua 0.70% OpenEdge ABL 0.08% Python 9.96% Perl 0.01% CSS 0.04% HTML 2.13% MATLAB 0.92% Batchfile 0.06% Assembly 0.05% Emacs Lisp 0.01% PowerShell 0.02% Dockerfile 0.01% Roff 0.03%

ardupilot's Introduction

thepeach logo

๐Ÿ‡ฐ๐Ÿ‡ท

Setup the Build Environment on Linux/Ubuntu

  • Clone Ardupilot repository and Install some required packages
$ sudo apt-get update

$ sudo apt-get install git

$ git clone https://github.com/the-peach-drone/ardupilot.git

$ cd ardupilot

$ git submodule update --init --recursive

$ Tools/environment_install/install-prereqs-ubuntu.sh -y

$ . ~/.profile
  • Add some directories to your search path (Facultative)

    -- notice the . on the start of that filename. Also, this is a hidden file, so if you're using a file manager, make sure to turn on "show hidden files"

cd ~
vim .bashrc
  • Add the following lines to the end of your ".bashrc" in your home directory .
export PATH=$PATH:$HOME/ardupilot/Tools/autotest
export PATH=/usr/lib/ccache:$PATH
  • Then reload your PATH by using the "dot" command in a terminal
$ . ~/.bashrc

$ sudo usermod -a -G dialout $USER

THE PEACH K1 Board

THEPEACH K1

  • How to build THE PEACH K1's firmware
$ ./waf clean

$ ./waf configure --board thepeach-k1

$ ./waf copter

-- The "arducopter" binaries should appear in the build/thepeach-k1/bin directory.

THE PEACH R1 Board

THEPEACH R1

  • How to build THE PEACH R1's firmware
$ ./waf clean

$ ./waf configure --board thepeach-r1

$ ./waf copter

-- The "arducopter" binaries should appear in the build/thepeach-r1/bin directory

ardupilot's People

Contributors

tridge avatar rmackay9 avatar peterbarker avatar lucasdemarchi avatar wickedshell avatar priseborough avatar magicrub avatar jason4short avatar khancyr avatar jschall avatar lthall avatar guludo avatar meee1 avatar jaxxzer avatar pchickey avatar amilcarlucas avatar bugobliterator avatar r-lefebvre avatar oxinarf avatar muramura avatar cmarcelo avatar staroselskii avatar gmorph avatar mirkix avatar iampete1 avatar eshamaev avatar rjehangir avatar jgoppert avatar vmayoral avatar kd0aij avatar

Stargazers

KIM TAEGYOON avatar BlueMS avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.