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

Revision history [back]

Hi,

I am also new to ROS, today I was testing some code with tf and dometry, the compiler used to return no such file or directory once I issue rosmake after adding the include for the header files and fixing the manifest.xml file. I resolved the problem by issuing a cmake . command in order to compile and link the files then cmake. And everything went good then. Not sure if this would help in your case, hope so.

Good luck,

Hi,

I am also new to ROS, today I was testing some code with tf and dometry, the compiler used to return no such file or directory once I issue rosmake after adding the include for the header files and fixing the manifest.xml file. I resolved the problem by issuing a cmake . command in order to compile and link the files then cmakerosmake. And everything went good then. Not sure if this would help in your case, hope so.

Good luck,