You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2025. It is now read-only.
some node suddenly gets shutdown by master with "new node registered with same name". if the node uses cached parameter, it always leads to signal shutdown with "new node registered with same name". this might shut down the another node if bumped_api matches.
Reproducible Procedure (confirmation that "new node registered with same name" happens)
it means that cachedParameter /my_cached_param/ and /rosout_disable_topics_generation/ are still in the master registry. So that if node with the same name comes online, master detects the same node name and sends shutdown request to the previous node. at this moment, if the port number is used by another node (which is running with different node name) gets suddenly shutdown.