Should I unregister from Publishers/Subscribers when I terminate a ROS node by exiting the script?
Hi everyone.
So my question is pretty much what the title is. Is it good practice or even necessary to unregister from ROS publishers or subscribers I used inside my ROS node before terminating the node from the script?
Is there any difference if my ROS node is written in python or c++?
Thanks in advance.