-
Notifications
You must be signed in to change notification settings - Fork 86
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
Easier and bulletproofed USE_DRAKE=ON #520
Comments
Second problem is that any launching will fail because the Not really something to hold up this script though - we can do something over in spartan. |
This is specific to the drake cmake superbuild, right? The bazel build doesn't compile director, nor does it use a precompiled drake-visualizer that was built with This logic is easier handled in the drake cmake superbuild than director superbuild, since presumably the drake superbuild already has called find_package(VTK) and knows exactly which value of VTK_DIR to use. But I am happy to accept a PR to the director superbuild if you want to implement this logic there. If VTK is installed to the superbuild's install prefix then there is no need to set PYTHONPATH. Are you installing VTK somewhere else? If there are just a few locations (like homebrew cellar) then we should hardcode them as hints in |
No. This refers to building Director however Drake is built. |
Ok, got it. I'm only aware of the spartan superbuild, drake superbuild, and openhumanoids using the |
Note that I know of. |
Ok. So currently Director will call Or should we wait until |
If you can do the modifications quickly, then it would not hurt to add them to |
If
USE_DRAKE:=ON
, make sure Drake gets the right VTK library, fail fast if it doesn't.The text was updated successfully, but these errors were encountered: