ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Your callbacks get serviced when spinOnce() is called, so it is very likely that you access a invalid index of one of your vectors inside a callback. You should compile your package in Debug mode to get a more informative backtrace (if you have not already). If what you posted is already Debug I agree that it should be more informative :)