Closed TrinhNC closed 7 years ago
I found the problem.
In the book it said running this command:
catkin_make mastering_ros_demo_package
but it should be
catkin_make mastering_ros_demo_pkg
because the name of the real folder ends with "_pkg" not "_package". This applies to all the other commands.
Hi everyone, I tried to catkin_make the Chapter 1 demo but got this error:
Does anyone know what's wrong?