ardupilot_wiki icon indicating copy to clipboard operation
ardupilot_wiki copied to clipboard

BUG: MAVExplorer setup docs don't work on Ubuntu 22

Open Ryanf55 opened this issue 1 year ago • 3 comments

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

Ryanf55 avatar Mar 24 '24 23:03 Ryanf55

ardupilot install script is handling this. Probably need to update the wiki to update the packages

khancyr avatar Mar 27 '24 15:03 khancyr

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?

Ryanf55 avatar Mar 27 '24 15:03 Ryanf55

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

khancyr avatar Apr 02 '24 15:04 khancyr

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

tridge avatar Jul 15 '24 23:07 tridge

wiki changed

Hwurzburg avatar Jul 16 '24 00:07 Hwurzburg

Nice, LGTM. https://ardupilot.org/dev/docs/using-mavexplorer-for-log-analysis.html#installing-mavexplorer-on-linux

Ryanf55 avatar Jul 16 '24 04:07 Ryanf55