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

ROS does not have any special memory usage patterns that would be causing this.

The presence of memory leaks in your planning library suggests that it may also be overwriting memory elsewhere. You should check your valgrind results for out-of-bouds accesses.

Running your program in GDB and getting a backtrace may also give you a more precise crash location.