Pat Marion
Pat Marion
let me know how you'd like to proceed on this PR. are you planning any more changes before code review? i think with the dependencies installed this could pass the...
Thanks! I agree it's worth adding to the recommended command line.
This was resolved last year with d8d8008b
I made some first steps and merged the work with a pull request. Please see additional comments on the pull request https://github.com/RobotLocomotion/director/pull/240
Hi @Jerryxiaoyu, The director package comes with a binary named `directorPython`. Try using this instead of `python` to launch the program. `PythonQt` is not a standard python module that can...
Great, glad it worked! I have a change that I've been experimenting with that removes the requirement of using `directorPython`. I might land something like this in the future after...
I think we can remove it now. I think when Andres was testing he would set the constraint to something other than 'ee fixed' when collision was enabled (He'd set...
Thanks for the info! I think @sankhesh has Director building with tests pasing with vtk8 in #508 but didn't have to modify `director/cmake/wrap-python.cmake`. Perhaps this is a change coming in...
The geometry does not look natural with alpha=0.99 because of the drawing order of triangles. To correctly visualize transparent geometry Director needs to enable VTK's depth peeling rendering feature. It...
I think there is also a bug where the alpha value can get set to 0.999 but the spinbox editor rounds it up and displays 1.0. If you manually enter...