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

You should never, ever edit the system files, especially for the compiler. The problem is probably being caused by some line before line 13 in your qnode.cpp file, but not actually causing an error until that file is included. My guess is that you're not closing a quote in one of the files you include before line 13, or not closing a quote on an include directive.

You should never, ever edit the system files, especially for the compiler. The problem is probably being caused by some line before line 13 in your qnode.cpp file, but not actually causing an error until that file is included. My guess is that you're not closing a quote in one of the files you include before line 13, or not closing a quote on an include directive.

Don't forget to undo your changes to the system file.