You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: py_trees/trees.py
+2-1
Original file line number
Diff line number
Diff line change
@@ -455,7 +455,8 @@ def tick_tock(
455
455
Args:
456
456
period_ms (:obj:`float`): sleep this much between ticks (milliseconds)
457
457
number_of_iterations (:obj:`int`): number of iterations to tick-tock
458
-
stop_on_terminal_state (:obj: `bool`): if true, stops when the tree's status is :data:`~py_trees.common.Status.SUCCESS` or `:data:`~py_trees.common.Status.FAILURE`.
458
+
stop_on_terminal_state (:obj: `bool`): if true, stops when the tree's status is
459
+
:data:`~py_trees.common.Status.SUCCESS` or `:data:`~py_trees.common.Status.FAILURE`.
459
460
pre_tick_handler (:obj:`func`): function to execute before ticking
460
461
post_tick_handler (:obj:`func`): function to execute after ticking
0 commit comments