Skip to content

the-peach-drone/PX4-Autopilot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

thepeach logo

🇰🇷

Development Environment for Ubuntu

  • clone PX4-Autopilot repository
$ mkdir ~/thepeach_drone
$ cd ~/thepeach_drone
$ git clone https://github.com/the-peach-drone/PX4-Autopilot.git --recursive
  • To install Nuttx/Pixhawk toolchain
$ bash ./PX4-Autopilot/Tools/setup/ubuntu.sh

THE PEACH K1 Board

THEPEACH K1

  • How to build THE PEACH K1's firmware
$ cd ~/thepeach_drone/PX4-Autopilot

$ make thepeach_k1_default

-- Build thepeach_k1_default.px4 files have been written to: /home/thepeach-drone/PX4-Autopilot/build/thepeach_k1_default/

THE PEACH R1 Board

THEPEACH R1

  • How to build THE PEACH R1's firmware
$ cd ~/thepeach_drone/PX4-Autopilot

$ make thepeach_r1_default

-- Build thepeach_r1_default.px4 files have been written to: /home/thepeach-drone/PX4-Autopilot/build/thepeach_r1_default/

Packages

No packages published

Languages

  • C++ 55.5%
  • C 27.1%
  • Python 7.5%
  • CMake 6.8%
  • Shell 1.8%
  • EmberScript 0.7%
  • Other 0.6%