Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when building Groot #171

Open
lunanueva opened this issue Sep 21, 2022 · 5 comments
Open

Error when building Groot #171

lunanueva opened this issue Sep 21, 2022 · 5 comments

Comments

@lunanueva
Copy link

/usr/bin/ld: libbehavior_tree_editor.so: undefined reference to `BT::VerifyXML(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::set<std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::less<std::__cxx11::basic_string<char, std::char_traits, std::allocator > >, std::allocator<std::__cxx11::basic_string<char, std::char_traits, std::allocator > > > const&)'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/Groot.dir/build.make:259: Groot] Error 1
make[1]: *** [CMakeFiles/Makefile2:210: CMakeFiles/Groot.dir/all] Error 2
make: *** [Makefile:146: all] Error 2

@renzobazan96
Copy link

I have the same issue

@azalutsky
Copy link

Same issue in ROS2 build. Using v3.8 BT_CPP.

@facontidavide
Copy link
Contributor

I suggest not using the ROS2 build, but the submodule instead, described in the readme

@rsc9421
Copy link

rsc9421 commented Feb 15, 2023

same issue here

@azalutsky
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants