사전작업

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

 

Reload

. ~/.profile

 

 

git status

 

./waf distclean

 

 

configure

./waf configure --board MatekF405-Wing

build

./waf plane

 

bin 파일이 정상적으로 생성된 것을 확인할 수 있다

'Study(pending) > ardupilot' 카테고리의 다른 글

Downloading the Code / Using Git  (0) 2021.12.22

Git 설치

sudo apt-get update
sudo apt-get install git
sudo apt-get install gitk git-gui

 

Clone

git clone https://github.com/ArduPilot/ardupilot
cd ardupilot
git submodule update --init --recursive

 

'Study(pending) > ardupilot' 카테고리의 다른 글

Building the code  (0) 2021.12.22

+ Recent posts