I am trying to create the custom msg for Arduino. I refer the [rosserial_client](http://wiki.ros.org/rosserial_client/Tutorials/Generating%20Message%20Header%20Files) package to generate the custom msg.
I created the package ```simbha_msg``` for msgs. Package contains the msg file ```simbha_imu.msg```
Header header
float64 roll
float64 pitch
float64 yaw
I run the command ``` rosrun rosserial_client make_library.py /home/simmu/Desktop/ simbha_msgs/ ``` but its not working as expected.
I tried with cpp node as well but that is also not working. It wont give any error or warnings.
↧