If you try to create a tree by tree_name but that is not exist, the BehaviorTree.CPP will be crash
Activity
facontidavide commentedon Aug 10, 2023
Segfault or throw an exception?
The former is a bug, the latter is the expected and desired behavior.
facontidavide commentedon Aug 11, 2023
just added a unit test. The behavior is the expected one (exception)
unit test issue #629