Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
JJS_Project2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이재용
2021-06-05 16:17:56 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
03de69f92586c082e84fc99f01f0ff74e2d1fecd
03de69f9
1 parent
4e1b7761
Update README.md (Qground install)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
README.md
README.md
View file @
03de69f
...
...
@@ -5,6 +5,23 @@
# px4 toolchain install
참고 사이트:https://docs.px4.io/master/en/dev_setup/dev_env.html
```
$ git clone https://github.com/PX4/firmware.git --recursive
$ cd /firmware
$ bash./Tools/setup/ubunth.sh
$ sudo reboot now
```
# QgroundControl install
```
$ sudo apt-get remove modemanager –y
$ sudo apt install gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer1.0-gl -y
$ wget https://s3-us-west-2.amazonaws.com/qgroundcontrol/latest/QGroundControl.AppImage
$ chmod +x ./QGroundControl.AppImage
$ ./QGroundControl.AppImage
```
# GPS-SPoofing 구현
```
...
...
Please
register
or
login
to post a comment