launch_ros.events.lifecycle.lifecycle_node_matchers module
Module for standard “lifecycle_node_matchers”, which are used with targeted lifecycle events.
- launch_ros.events.lifecycle.lifecycle_node_matchers.matches_node_name(node_name: str) Callable[[LifecycleNode], bool]
Return a matcher which matches based on the name of the node itself.