launch_testing.event_handlers package

Submodules

Module contents

class launch_testing.event_handlers.StdoutReadyListener(*args: Any, **kwargs: Any)

Bases: OnProcessIO

Part of a LaunchDescription that can wait for processes to signal ready with stdout.

Some processes signal that they’re ready by printing a message to stdout. This listener can be added to a launch description to wait for a particular process to output a particular bit of text

describe() Tuple[str, List[launch.some_entities_type.SomeEntitiesType]]

Return the description list with 0 as a string, and then LaunchDescriptionEntity’s.