ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Try getting a stack trace for the crashing node either by running it in gdb or setting the ulimit -c unlimited
to get the OS to produce a core.
With the stack trace you'll be able to tell exactly where it crashes.