ardupilot_wiki
ardupilot_wiki copied to clipboard
BUG: MAVExplorer setup docs don't work on Ubuntu 22
Per this wiki, the instructions don't work.
Instructions:
sudo apt-get install python-matplotlib python-serial python-wxgtk3.0 python-lxml
sudo apt-get install python-scipy python-opencv python-pip python-pexpect python-tk
sudo pip install --upgrade pymavlink mavproxy
Results on Ubuntu 22.04:
MAV> ryan@B650-970:~/Dev/ros2_ws/src/ardupisudo apt-get install python-matplotlib python-serial python-wxgtk3.0 python-lxml-lxml
[sudo] password for ryan:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package python-matplotlib is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python-matplotlib' has no installation candidate
E: Unable to locate package python-serial
E: Unable to locate package python-wxgtk3.0
E: Couldn't find any package by glob 'python-wxgtk3.0'
E: Couldn't find any package by regex 'python-wxgtk3.0'
E: Unable to locate package python-lxml
ardupilot install script is handling this. Probably need to update the wiki to update the packages
ardupilot install script is handling this. Probably need to update the wiki to update the packages
Thanks. Do you think we should say for Linux to just run the installer?
we should probably add an install script for mavproxy, that would be easier to maintain. On side not, you don't need to install wx, opencv, and matplotlib if you don't need GUI stuffs
this should be right:
sudo apt-get install python3-matplotlib python3-serial python3-wxgtk4.0 python3-lxml
sudo apt-get install python3-scipy python3-opencv python3-pip python3-pexpect python3-tk
wiki changed
Nice, LGTM. https://ardupilot.org/dev/docs/using-mavexplorer-for-log-analysis.html#installing-mavexplorer-on-linux