E: Unable to locate package ros-noetic-mavros
I have Ubuntu 20.04 and ros noetic installed but can't install mavros with sudo apt-get install ros-noetic-mavros ros-noetic-mavros-extras.
Asked by alynore on 2021-03-05 18:25:14 UTC
I have Ubuntu 20.04 and ros noetic installed but can't install mavros with sudo apt-get install ros-noetic-mavros ros-noetic-mavros-extras.
Asked by alynore on 2021-03-05 18:25:14 UTC
Comments
Maybe you could provide more information on why you can't install it? Do you get any additional error messages or just the one in the title?? It is released so this shouldn't be the issue...
Maybe run
apt get update
?Asked by mgruhler on 2021-03-08 04:03:08 UTC
sudo apt-get install ros-noetic-mavros Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package ros-noetic-mavros
Thats what i get, i also did apt get update but same error
Also if i try to do catking build i get this error
Traceback (most recent call last): File "/usr/bin/catkin", line 6, in
from pkg_resources import load_entry_point
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 3254, in
def initialize_master_working_set():
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 3237, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 3266, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 584, in _build_master
ws.require(requires_)
File "/usr/lib/python3/dist-packages/pkg_resourc
Asked by alynore on 2021-03-13 17:37:39 UTC
Please source your ROS environment, then provide the output of the following lines:
Asked by mgruhler on 2021-03-15 07:06:56 UTC
I'm having the same issue. Was there a solution for this?
Asked by Pestilent on 2022-02-23 12:35:24 UTC
Can you answer the questions in the comments posted above?
Asked by mgruhler on 2022-02-28 04:20:25 UTC