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

Revision history [back]

I had this issue, and I fixed it by removing a call to ROS_ASSERT that was within one of my tests. It was the wrong macro to use, but I have a feeling that using any kind of ASSERT macro (which probably calls assert() at some point) is related to this issue.