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 e8118fd commit f007549Copy full SHA for f007549
include/behaviortree_cpp/condition_node.h
@@ -21,7 +21,7 @@ namespace BT
21
/**
22
* @brief The ConditionNode is a leaf node used to check a condition.
23
*
24
- * Unlike ActionNodes, a ConditionNode should NOT alter the system
+ * Unlike ActionNodes, a ConditionNode should NOT alter the system or have side-effects.
25
* and should NOT return RUNNING. It should return SUCCESS or FAILURE
26
* synchronously to indicate whether a condition is met.
27
0 commit comments