We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am trying to update MuJoCo to use the latest SdfLib release but I'm unable to build it. I get the following error:
ld: error: undefined symbol: void sdflib::OctreeSdf::initOctreeWithContinuityNoDelay<sdflib::VHQueries<sdflib::TriCubicInterpolation>>(sdflib::Mesh const&, unsigned int, unsigned int, float, sdflib::OctreeSdf::TerminationRule, unsigned int) >>> referenced by OctreeSdf.cpp
The error does not appear with DELAY_NODE_TERMINATION = true. Any idea what could be wrong?
The text was updated successfully, but these errors were encountered:
Hi @quagla,
Are you using the master branch? Which SO and compiler are you using?
Sorry, something went wrong.
No branches or pull requests
Hello,
I am trying to update MuJoCo to use the latest SdfLib release but I'm unable to build it. I get the following error:
The error does not appear with DELAY_NODE_TERMINATION = true. Any idea what could be wrong?
The text was updated successfully, but these errors were encountered: