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

My first guess would be that there are two main functions in your .cpp file. You're only allowed one main per C++ executable. So if you're trying to build one executable with two nodes in it, it won't work.