ros-melodic-ros-controllers-cartesian : Depends: ros-melodic-twist-controller but it is not installed
When i run sudo apt-get upgrade i receive following error
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
ros-melodic-ros-controllers-cartesian : Depends: ros-melodic-twist-controller but it is not installed
ros-melodic-twist-controller-dbgsym : Depends: ros-melodic-twist-controller (= 0.1.4-1bionic.20210921.212715) but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
It is not clear what question you are asking.
When i run sudo apt-get upgrade, i get unmet dependencies error, even after i run "apt --fix-broken install" i get the same error
Have you tried to install the missing dependency?
sudo apt install ros-melodic-twist-controller
@osilva i have tried "
sudo apt install ros-melodic-twist-controller
" it gives the following errorWhat's your OS version? What's the output of
uname -a
? If you have Ubuntu20.04 you shouldn't be installing melodic since that requires18.04
.Use noetic instead: http://wiki.ros.org/noetic/Installati...
@bergercookie im using Ubuntu 18.04 LTS (Bionic Beaver)
Those error messages indicate a conflict between the two apt packages
ros-melodic-cob-twist-controller
andros-melodic-twist-controller
. I would try to purge cob, which hopefully will not remove any packages you actually want to use. Make sure you read and understand the list of packages about to be removed before you confirm the purge.@Mike Scheutzow when i try to purge i get the following error