add mavproxy install script

This commit is contained in:
Sem van der Hoeven
2023-04-18 15:37:13 +02:00
parent 4621c0c8a7
commit a7990a4079

9
install_mavproxy.sh Normal file
View 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