Pat Marion
Pat Marion
[ this comment is copy & pasted from here https://github.com/RobotLocomotion/director/pull/120#issuecomment-157953280 ] I added a new layout for sphinx documentation. Sphinx is a tool that generates static html files from restructured...
User posts build errors after installing vtk5 from macports. Install command was: port install vtk5 +qt4_mac qt4-mac python27 py-pip py-numpy Build error is at link time: [ 53%] Performing update...
This issue documents differences in camera and lighting parameters from the libbot drake_viewer. The libbot viewer defaults to a wide view angle. The code says 60 degrees. The view angle...
This line from `labelfusion.dockerfile` doesn't seem to work correctly: ``` ENTRYPOINT bash -c "source /root/labelfusion/docker/docker_startup.sh && /bin/bash" ``` https://github.com/RobotLocomotion/LabelFusion/blob/master/docker/labelfusion.dockerfile#L11 It successfully sources the file, which sets environment variables and aliases,...
Hi, I've found that it's possible to mix PythonQt code with PyQt code but you can get crashes due to the python global interpreter lock. A patch like this seems...