ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The only relevant information is this:
[rgbdslam-1] process has died [pid 2800, exit code -11]. log files: /home/vision-lab/.ros/log/fb3c4690-d763-11e1-aad7-f80f4113f0b0/rgbdslam-1.log
Signal 11 roughly means that a memory segment is accessed that doesn't belong to the process. You probably need to run it in a debugger to get to the source of this error.
How do you start it? A standard launch file? A custom one?