add mavproxy install script
This commit is contained in:
9
install_mavproxy.sh
Normal file
9
install_mavproxy.sh
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get upgrade
|
||||||
|
sudo apt-get install python3-pip
|
||||||
|
sudo apt-get install python3-dev
|
||||||
|
sud0 apt-get install screen python3-wxgtk4.0 python-lxml
|
||||||
|
sudo pip install -U future
|
||||||
|
sudo pip install -U pyserial
|
||||||
|
sudo pip install -U dronekit
|
||||||
|
sudo pip install -U MAVProxy
|
||||||
Reference in New Issue
Block a user