Pat Marion
Pat Marion
Pre-compiled director binaries can be downloaded here: https://bintray.com/patmarion/director/director/0.1.0-234-g74cea84#files If you want to compile from source, that should also work and it will download the correct version of vtk. I think...
I'm not actually sure that Director works with vtk 6.2. I know it works with VTK 5.8 (the last 5.x release) and works on vtk6.3 thru vtk8. I think ROS...
I would have expected the vtk6.2 failure to be a cmake or build failure. If it actually builds and runs, but crashes with a runtime error, then it very well...
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 `USE_DRAKE=ON`. Is that right?...
Ok, got it. I'm only aware of the spartan superbuild, drake superbuild, and openhumanoids using the `USE_DRAKE` option. Is there another usage?
Ok. So currently Director will call `find_package(drake)` which runs in module mode, not config mode, and executes Director's `FindDrake.cmake` script. Would you propose that we update this script to also...
Note, I copied the keyboard shortcut documentation from the .md file to .rst. You can see the result here: https://github.com/RobotLocomotion/director/blob/master/docs/sphinx/user_guide/keyboard_shortcuts.rst And here is the result rendered in static html (readthedocs...
Maybe we can schedule a phone call to discuss in person?
+1. Also, line width would be a nice to add. On the director side, `Point size` is an exposed display property. Line width is not an existing property but it...
fyi, i recently merged a branch which adds a `Line Width` property in director. So if we wanted this could also a display property in remote tree viewer. This lets...