ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.