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 59a50cb commit dfa90bcCopy full SHA for dfa90bc
include/behaviortree_cpp_v3/action_node.h
@@ -141,8 +141,8 @@ class AsyncActionNode : public ActionNodeBase
141
};
142
143
/**
144
- * @brief The ActionNode is the goto option for,
145
- * but it is actually much easier to use correctly.
+ * @brief The ActionNode is the prefered way to implement asynchronous Actions.
+ * It is actually easier to use correctly, when compared with AsyncAction
146
*
147
* It is particularly useful when your code contains a request-reply pattern,
148
* i.e. when the actions sends an asychronous request, then checks periodically
0 commit comments