Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 674764b

Browse files
committed
comment changed
1 parent e6f241c commit 674764b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/behaviortree_cpp_v3/action_node.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,8 @@ class StatefulActionNode : public ActionNodeBase
183183
#ifndef BT_NO_COROUTINES
184184

185185
/**
186-
* @brief The CoroActionNode class is an ideal candidate for asynchronous actions
187-
* which need to communicate with an external service using an asynch request/reply interface
188-
* (being notable examples ActionLib in ROS, MoveIt clients or move_base clients).
186+
* @brief The CoroActionNode class is an a good candidate for asynchronous actions
187+
* which need to communicate with an external service using an asynch request/reply interface.
189188
*
190189
* It is up to the user to decide when to suspend execution of the Action and resume
191190
* the parent node, invoking the method setStatusRunningAndYield().

0 commit comments

Comments
 (0)