0
$\begingroup$

Rosanswers logo

I am trying to create the custom msg for Arduino. I refer the rosserial_client 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_libraries /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.


Originally posted by simbha on ROS Answers with karma: 241 on 2018-05-16

Post score: 0

$\endgroup$

1 Answer 1

0
$\begingroup$

Rosanswers logo

Ohk, I have solved the problem by myself. The problem was to make the changing in CmakeLists.txt.

I cleaned the build directory and rebuild it, that's solved my problem. :)


Originally posted by simbha with karma: 241 on 2018-05-22

This answer was ACCEPTED on the original site

Post score: 0


Original comments

Comment by chapingo on 2018-05-22:
Hi, I am facing a similar problem. Could you mention which changes you made in CmakeLists.txt

Comment by simbha on 2018-05-22:
refer this link

$\endgroup$

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.