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 66fb139 commit c9b61acCopy full SHA for c9b61ac
include/behaviortree_cpp/tree_node.h
@@ -49,7 +49,7 @@ enum class PreCond
49
SUCCESS_IF,
50
SKIP_IF,
51
WHILE_TRUE,
52
- ALWAYS,
+ ON_START,
53
COUNT_
54
};
55
0 commit comments