ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

after running the Publisher and subcriber, .h file is not being made

asked 2012-01-16 19:12:53 -0500

dip gravatar image

updated 2012-01-16 20:50:11 -0500

Eric Perko gravatar image

I have successfully completed the ROS tutorial till the topic "examining a simple subscriber and publisher". I wrote a simple client and server program. But am not able to make it. The .h file which I am including in the client and server .cpp files is not being generated. How do I proceed?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2012-01-16 19:59:27 -0500

dornhege gravatar image

Which .h file?

If it is normal c++ code, you have to write it.

If it is from a message description, you might be missing the rosbuild_genmsg() in CMakeLists.txt.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-01-16 19:12:53 -0500

Seen: 335 times

Last updated: Jan 16 '12