-
Notifications
You must be signed in to change notification settings - Fork 6
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
BENCHMARK_collide_spheres_dt cannot find collide_spheres.world #5
Comments
it looks like the simbody and dart tests failed, but I would need to see more of the log file to figure out why |
Full log here: https://pastebin.com/ELShv2Pi |
I am facing the same issues. Should I need to install simbody and dart? |
Hi @shivangvijay , so it turns out I already had simbody and dart installed. I think we came to the conclusion that the spheres example was unfinished, and to focus on the boxes example for starters! So don't worry about getting the spheres example to run for now. |
I am attempting to solve collide_sphere. Could you please tell me where this '16u' came from? What physics/logic behind it? |
BENCHMARK_collide_spheres_dt
fails with not finding the file, which exists locally:It finds the file after
Then there's another error about
It goes away after
Can the GAZEBO_RESOURCE_PATH be exported in the CMakeLists.txt or somewhere? Or maybe just documenting in README is enough.
After that, 6 of the cases are still failing, but I don't have simbody and dart installed in the Docker image I'm using to test this, could that be why?
Is it possible to skip the physics engines not installed?
The text was updated successfully, but these errors were encountered: