Skip to content

Commit

Permalink
Update src/tree_node.h PreCondNames
Browse files Browse the repository at this point in the history
  • Loading branch information
Aglargil committed Jan 10, 2025
1 parent 42f5ce2 commit 3416d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/behaviortree_cpp/tree_node.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ enum class PreCond
COUNT_
};

static const std::array<std::string, 4> PreCondNames = { //
"_failureIf", "_successIf", "_skipIf", "_while"
static const std::array<std::string, 5> PreCondNames = { //
"_failureIf", "_successIf", "_skipIf", "_while", "_onStart"
};

enum class PostCond
Expand Down

0 comments on commit 3416d82

Please sign in to comment.