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

That is probably a core dump, which is a file that gets generated when your program(s) run into a SEGFAULT (ie: crash).

See wikipedia/coredump for some background.

Note that this is not really ROS related, but more a generic Linux/programming question.