Showing
1 changed file
with
17 additions
and
0 deletions
... | @@ -5,6 +5,23 @@ | ... | @@ -5,6 +5,23 @@ |
5 | 5 | ||
6 | # px4 toolchain install | 6 | # px4 toolchain install |
7 | 7 | ||
8 | +참고 사이트:https://docs.px4.io/master/en/dev_setup/dev_env.html | ||
9 | +``` | ||
10 | +$ git clone https://github.com/PX4/firmware.git --recursive | ||
11 | +$ cd /firmware | ||
12 | +$ bash./Tools/setup/ubunth.sh | ||
13 | +$ sudo reboot now | ||
14 | +``` | ||
15 | + | ||
16 | +# QgroundControl install | ||
17 | + | ||
18 | +``` | ||
19 | +$ sudo apt-get remove modemanager –y | ||
20 | +$ sudo apt install gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer1.0-gl -y | ||
21 | +$ wget https://s3-us-west-2.amazonaws.com/qgroundcontrol/latest/QGroundControl.AppImage | ||
22 | +$ chmod +x ./QGroundControl.AppImage | ||
23 | +$ ./QGroundControl.AppImage | ||
24 | +``` | ||
8 | 25 | ||
9 | # GPS-SPoofing 구현 | 26 | # GPS-SPoofing 구현 |
10 | ``` | 27 | ``` | ... | ... |
-
Please register or login to post a comment