Refactor behaviour_tree (more consistent naming), fix BT visualization
This commit is contained in:
@@ -18,8 +18,8 @@ typedef enum BzBTNodeType {
|
||||
// Composite
|
||||
BZ_BT_COMP_SELECTOR,
|
||||
BZ_BT_COMP_SEQUENCE,
|
||||
BZ_BT_COMP_PARALLEL_SELECTOR,
|
||||
BZ_BT_COMP_PARALLEL_SEQUENCE,
|
||||
BZ_BT_COMP_P_SELECTOR,
|
||||
BZ_BT_COMP_P_SEQUENCE,
|
||||
// Decorator
|
||||
BZ_BT_DECOR_DUMMY,
|
||||
BZ_BT_DECOR_SUCCESS,
|
||||
|
||||
Reference in New Issue
Block a user