Skip to content

Commit

Permalink
Merge branch 'devel' into add-workaround-test-for-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Dec 30, 2024
2 parents 6be14a9 + 7f701d5 commit 5aa8eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_trees/trees.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ def tick_tock(
period_ms (:obj:`float`): sleep this much between ticks (milliseconds)
number_of_iterations (:obj:`int`): number of iterations to tick-tock
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`.
:data:`~py_trees.common.Status.SUCCESS` or `:data:`~py_trees.common.Status.FAILURE`.
pre_tick_handler (:obj:`func`): function to execute before ticking
post_tick_handler (:obj:`func`): function to execute after ticking
"""
Expand Down

0 comments on commit 5aa8eec

Please sign in to comment.