This is a Behavior Tree library meant to be an alternative to SMACH, FlexBE and the like. It includes a ReactJS-based web GUI and all the building blocks you need to build moderately advanced mission control Behavior Trees without writing a single line of code!
When a tree has an explicit message definition inside of it (constant, etc.), the tree will break if the message is updated to have more fields. The changed message definition is already caught by bt_py, so why not offer some sort of migration?
When a tree has an explicit message definition inside of it (constant, etc.), the tree will break if the message is updated to have more fields. The changed message definition is already caught by bt_py, so why not offer some sort of migration?