Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Ryanf55 opened this issue Mar 24, 2024 · 3 comments
Open

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

Ryanf55 opened this issue Mar 24, 2024 · 3 comments
Assignees

Comments

@Ryanf55
Copy link
Contributor

Ryanf55 commented Mar 24, 2024

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
@khancyr
Copy link
Contributor

khancyr commented Mar 27, 2024

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

@Ryanf55
Copy link
Contributor Author

Ryanf55 commented Mar 27, 2024

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?

@khancyr
Copy link
Contributor

khancyr commented Apr 2, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants