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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ CREATE YOUR OWN ACTION NODE
107
107
------
108
108
1) Implement your action node class inheriting the abstract class`BT::ActionNode`.
109
109
2) Implement the method `BT::ReturnStatus Tick()` with the code you want to execute while the action is running. Use the method `is_halted()` to check if the action has been prempted. When the execution of your action finished, return `BT::SUCCESS` or `BT::FAILURE` accordingly.
110
-
3) Implement the method `void Halt()` with the code you want to execute when the action get preempted (halted).
110
+
3) Implement the method `void Halt()` with the code you want to execute when the action gets preempted (halted).
0 commit comments