ros2 node still running
Hello,
I am using ROS2 Humble on Ubuntu 22.04.
I sometimes have problems with "ghost" nodes that continue to run after I kill the launch file. I can still see them when running ros2 node list
and running the launch file again creates several bugs due to duplicate nodes and topics.
I don't really know where to look to solve this problem. Has anyone observed this behavior and have any ideas on how to fix it?
I have same problem :( You find any solution?
The only time I see this is when I repeatedly use ctrl-c on my launch process. Typically if I use it once and let launch actually clean itself up then I don't get left-over processes running.
Good point, I will try only calling it once.