smach_ros.condition_state module

class smach_ros.condition_state.ConditionState(*args: Any, **kwargs: Any)

Bases: RosState

A state that will check a condition function a number of times.

If max_checks > 1, it will block while the condition is false and once it has checked max_checks times, it will return false.

execute(ud)