Hello, I am currently trying to complete the Precision Landing course and I have a question regarding the Mavproxy Pre-requisite
Since according to the ‘Drone Programming Primer’ course its recommended to use:
Ubuntu 18.04 (Python 2)
Dronekit 2.9.2
Arducopter 4.0.3
Mavproxy 1.8.17
Pymavlink 2.4.8 or 2.4.10
However I have encountered an issue in the Ardupilot Mavproxy installation page at the pre-requisite packages are for Python 3:
sudo apt-get install python3-dev python3-opencv python3-wxgtk4.0 python3-pip python3-matplotlib python3-lxml python3-pygame
But since Ubuntu 18.04 does not come with Python 3 so I tried to find pre-requisite packages for Python 2 and found this:
sudo apt-get install python-dev python-opencv python-wxgtk4.0 python-pip python-matplotlib python-lxml python-pygame
But this code no longer supported and I couldn’t find any methods to solve this issue. Any help or suggestions would be greatly appreciated.