Closed Islam0mar closed 6 years ago
Hi @CatchMeFastFat. Please take a look at http://drake.mit.edu/getting_help.html -- we now have a StackOverflow forum for questions like this (so I will close this out -- you can repost there if you are still having trouble).
To guess at the answer, though: your error shows VTK 6 being loaded, but the Drake binary release also provides (and depends on) VTK 8. Be sure that you are not mixing and matching different versions of VTK.
I wanted the feature here: Making a simple URDF in Drake.
But when I tried to use VTK I got
Here is the code I used"it segfault even when I only include VTK headers, so if I removed VTK includes it works":
I tried the VTK part in an isolated program and it worked.
cmake file:
I think adding a tab in drake-visualizer for urdf-view with sliders for intial-conditions would be great like in the video above.
Question: Why it segfault when I include VTK headers?
Thanks in advance