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

(You've given a vague question, so the best I can do is a vague answer)

You have a bad memory access somewhere in your program.

It sounds like you have multiple threads, and you're modifying variables from both threads. You should protect any accesses to shared variables with a mutex or some other thread locking mechanism.