Roslaunch won't work after moving catkin_ws directory
Hi I am trying to run roslaunch command in my terminal and when I type my package name and roslaunch file that I want to run it breaks and gives me this error:
[controls4Planner.launch] is neither a launch file in package [controls] nor is [controls] a launch file name
I'm not sure whats wrong with this and can't seem to figure it out help would be great. Also these problems seem to only occur when I moved all my files into another directory and then I went and replaced all the paths with the new path when catkin_make was complaining.
Using ROS Hydro, Ubuntu 12.04,
EDIT: The problem was when moving my directory that all the paths for my work space didn't work because it pointed to something that wasn't there.