Error when building Groot
/usr/bin/ld: libbehavior_tree_editor.so: undefined reference to `BT::VerifyXML(std::__cxx11::basic_string<char, std::char_traits
I have the same issue
Same issue in ROS2 build. Using v3.8 BT_CPP.
I suggest not using the ROS2 build, but the submodule instead, described in the readme
same issue here
I had to install groot by source and BT3 as a sudo apt-get install -y ros-foxy-behaviortree-cpp-v3 to get it to work. Hope this helps some of you.