Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Dec 6, 2022
1 parent 672ebca commit 7291a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roseus_smach/src/state-machine-utils.l
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Args:
:spin (bool, default: t): call (send insp :spin-once) every time before executing state if T, call nothing otherwise.
:hz (integer, default: 1): rate of execution loop
:iterate (t or function): Enable asking [Y/N] on each action execution if given t, if function is given, then it is called before execution. If function returns nil, next action is not executed. Otherwise the action is executed
:exit-state (state or symbol): register smach's exit state when cathing sigint signal
:exit-state (state or symbol): register smach's exit state when catching sigint signal
:exit-signal-hook-func (function): custom function when calling exit-state. Due to https://github.com/jsk-ros-pkg/jsk_roseus/issues/666#issuecomment-843640159 issue, you need to use '(lambda-closure nil 0 0 (userdata) ... , instead of #'(lambda (userdata) ...
Returns:
Expand Down

0 comments on commit 7291a4f

Please sign in to comment.