robokudo.tree_components.render_dot¶
Classes¶
Functions¶
|
|
|
The rendering method to generate the behaviour tree snapshots on the disk. |
Module Contents¶
- robokudo.tree_components.render_dot.create_dir_if_not_exists(path)¶
- robokudo.tree_components.render_dot.render_now(behaviour: py_trees.Behaviour)¶
-
The rendering method to generate the behaviour tree snapshots on the disk. :param behaviour: A RenderTreeToDot or RenderTreeToDotDecorator instance.