古人智慧

Just Do it!
上士聞道,勤而行之;中士聞道,若存若亡;下士聞道,大笑之。不笑,不足以爲道。
~ 道德經 41

「實現夢想不是追逐成功,而是在於賦予生命意義,人生中的每個決定與聲音都有其重要含義。」"The key to realizing a dream is to focus not on success but on significance — and then even the small steps and little victories along your path will take on greater meaning."
電視名人-歐普拉·溫芙蕾(OPRAH WINFREY)

搜尋此網誌

Translation

顯示具有 8.Ardupilot無人機 標籤的文章。 顯示所有文章
顯示具有 8.Ardupilot無人機 標籤的文章。 顯示所有文章

2015年7月26日 星期日

[ArduPilot] building the Firmware


Ubuntu

regis@lemaker:~$ sudo apt-get install gawk
regis@lemaker:~$ git clone https://github.com/diydrones/ardupilot
regis@lemaker:~$ ardupilot/Tools/scripts/install-prereqs-ubuntu.sh -y
regis@lemaker:~$ cd ardupilot/ArduCopter
regis@lemaker:~/ardupilot/ArduCopter$ make

Targets
 -------
  apm1 - the APM1 board
  apm2 - the APM2 board
  px4-v1 - the PX4v1 board
  px4-v2 - the Pixhawk
  pxf - the Beagle Bone Black (BBB) + PXF cape combination
  navio - the RaspberryPi + NavIO cape combination
  linux - a generic Linux build
  flymaple - the FlyMaple board
  vrbrain - the VRBrain boards
  sitl - the SITL Software In The Loop simulation
  bbbmini - the Beagle Bone Black mini

regis@lemaker:~/ardupilot/ArduCopter$ make linux