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

Something was odd with those c files in the first place. .c files are C files (i.e. not C++) and C does not have iostream, iomanip.

Therefore I assume that is actually C++ code. So renaming those files to .cpp should be safe and fix the problem.