Description:
I have defined a new custom node (e.g.,CustomSequenceNode) in the source code of the behavior_tree.cpp library (not in a separate project). I want to visualize and use this node in Groot, the behavior tree editor.
What steps are required to ensure Groot recognizes and imports this custom node?
Are there specific headers, registration macros, or configuration files I need to modify in the library's source code?
Any guidance on the integration process between behavior_tree.cpp and Groot for custom nodes would be greatly appreciated.