launch_ros.events.matchers.matches_node_name module

Matchers for node names.

launch_ros.events.matchers.matches_node_name.matches_node_name(node_name: str) Callable[[Node], bool]

Return a matcher which matches based on the name of the node itself.