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

Revision history [back]

click to hide/show revision 1
initial version

Not sure what I changed, but it works now!

Not sure what So, it turns out my dependencies were wrong! Here’s how I changed, but it works now!found out:

After a make clean, I would build and it would fail, then build again and it worked. So I checked if the files were there, and it only could compile if the files were there before compiling. This indicates bad dependencies. It turns out my exported targets tag was wrong. Instead of:

Counter_server_EXPORTED_TARGETS

It needs to be

${PROJECT_NAME}_EXPORTED_TARGETS

Problem solved, it builds first time after cleaning!