We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a6155 commit 10f1c39Copy full SHA for 10f1c39
include/behaviortree_cpp_v3/action_node.h
@@ -149,11 +149,11 @@ class AsyncActionNode : public ActionNodeBase
149
* if the reply has been received and, eventually, analyze the reply to determine
150
* if the result is SUCCESS or FAILURE.
151
*
152
- * -) an IDLE action will call onStart()
+ * -) an action that was in IDLE state will call onStart()
153
154
* -) A RUNNING action will call onRunning()
155
156
- * -) if halted, method onHalted()
+ * -) if halted, method onHalted() is invoked
157
*/
158
class StatefulActionNode : public ActionNodeBase
159
{
0 commit comments