why isn't catkin_make working?
I am using ROS 2 - dashing on Ubuntu 18.04.
I am trying to run catkin_make in my catkin_ws (workspace) directory but I am getting the error:
command 'catkin_make' not found
Terminal says it can be corrected by running sudo apt install catkin
but that gives the error:
The following packages have unmet dependencies:
catkin : Depends: python-catkin-pkg but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
. Most of the fixes I saw said to include the source (source /opt/ros/dashing/setup.bash
) in the .bashrc
but I already have included the source and have run the source ~/.bashrc
command. I have also tried running sudo apt-get install ros-dashing-catkin
but that gives the error:
E: Unable to locate package ros-dashing-catkin
Does anyone have any other solutions I can try?