Issue making header file for custom message
Good evening partners
First of all I want to apologise beacuse this is a similar question to this one I solved time ago: http://answers.ros.org/question/11903...
I have started the tutorial on a new Raspberry of my students´s group. We followed all steps. We found the same issue that in the question I asked wich it´s mencioned above:
I'm given : [rosrun] Couldn't find executable named make_library.py below /home/pi/catkin_ws/install/share/rosserial_client.
To solve it I did the same that time ago:
EDIT 1(from the other post) : I have done the next
cp -r ~/catkin_ws/src/rosserial/rosserial_client/src/rosserial_client/ /catkin_ws/install/share/rosserial_client/src/
Then I was able to call " rosrun rosserial_client make_library.py ~/sketchbook/libraries My_Msgs_Package" and create the header file but now when I type the call from above it seems that make_library.py does nothing beacuse it does not create the header file for My_Msgs_Package
What´s worng ? Can you help me please?
Thanks you so much