Creating a ROS msg
I was following the steps of the tutorial "Creating a ROS msg and srv" http://wiki.ros.org/ROS/Tutorials/Cre... and the step 3 I got this message:
Unable to load msg [beginner_tutorials/Num]: Cannot locate message [unit8] in package [beginner_tutorials] with paths [['/home/spyros/catkin_ws/src/beginner_tutorials/msg', '/home/spyros/catkin_ws/devel/share/beginner_tutorials/msg']]
At the step 2.1 how can I know if these two lines are uncommented ? Do I have to open the package.xml file with the editor as I did with the CMakeLists.txt? After I finish editing the CMakeLists.txt file, do I have to save it with the same name?
I followed the similar steps for Creating a srv and the result in step 4.2 was correct.
I am using ROS kinetic. I am running Ubuntu 16.04 LTS.
What does this mean? What happened, what errors did you get? Please update your question with this information.
I updated my question with the message I got. I tried again with the same results.