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

I have suffered this issue, too. If you ran it in ROS, the SBPL should print the errors in detail. You can check out the log file to see what the exact reason there is an "SBPL_Exception*". Otherwise, you might need to change the way "SBPL" publishes the errors, for instance, open /sbpl/src/include/sbpl/config.h and change #define DEBUG 0 in line 53 to #define DEBUG 1.