launch.conditions.unless_condition module
Module for UnlessCondition class.
- class launch.conditions.unless_condition.UnlessCondition[source]
Bases:
IfConditionEncapsulates an if condition to be evaluated when launching.
Exactly the same as
IfConditionexcept it returns true if the condition expression evaluates to false.- __init__(predicate_expression: str | Path | Substitution | Iterable[str | Path | Substitution]) None[source]