Catkin make not running

@bayodesegun

catkin_make is not working

@bayodesegun

Please can i know why is catkin_make not running correctly, even after shifting all the custom messages and action in the same package as that of path_exam as told in the other quizzes

Try the following, from the catkin_ws directory:

rm -rf build/ devel/
catkin_make
source devel/setup.bash

thanks a lot, it worked

1 Like