rosnode zombies
Sometimes when a node crashes, or I kill it, it still shows up in rosnode list
. I don't seem to be able to find the process using ps
. And the node does not go away in the list when i do a rosnode kill <node>
. I have seen this with both 'regular' nodes as well as ros tools such as rostopic.
The only thing that seems to work is to kill and restart the roscore.
This is not a major issue for me, I was just wondering what was going on here.