robokudo.tree_components.looping¶
Classes¶
Alias class which only provides some meaning to the standard py_trees Condition class. |
|
Alias class which only provides some meaning to the standard py_trees Condition class. |
Module Contents¶
- class robokudo.tree_components.looping.BlockingCondition¶
-
Bases:
py_trees.decorators.Condition
Alias class which only provides some meaning to the standard py_trees Condition class. As “Condition” in the BT literature is usually defined as a leaf node and not as a decorator which can implement loop-like Behaviour, the name can cause confusion.
- class robokudo.tree_components.looping.LoopingDecorator¶
-
Bases:
py_trees.decorators.Condition
Alias class which only provides some meaning to the standard py_trees Condition class. As “Condition” in the BT literature is usually defined as a leaf node and not as a decorator which can implement loop-like Behaviour, the name can cause confusion.