problem with rosmsg - tutorial
Greetings,
I am using the Indigo installation, with Ubuntu 14.04 in VirtualBox.
I am following the ROS tutorials and I am currently having problems with ros messages
I follow everything as described
- Create a new message called Num.msg, under folder beginner_tutorials/msg.
- Modify the CMakeLists.txt file as described.
- Run catkin_make
Everything compiles beautifully. I then try to run
rosmsg show beginner_tutorials/Num
and I get a huge list of locations where ros was searching (unsuccesfully to locate the msg).
Then I run
rosmsg list
and I don't see my beginner_tutorials/Num in the list.
Am I missing something? How do I add my newly defined msg in the ros list of messages?
Thanks