Russell Taylor

Results 15 issues of Russell Taylor

When building using `python F:\taylorr\Personal\Work\consulting\RichardsonLab\src\cctbx_project\libtbx\auto_build\bootstrap.py --use-conda --python=38 --nproc=1` on Windows 10 from the Visual Studio 2019 Developer Command Prompt, we get a single error compiling. That is caused by `#include...

CMake has a FindJsonCpp.cmake error with set_property not finding TARGET jsoncpp_lib. Copying the FindJsonCpp.cmake from RenderManager lets it configure and generate, but makes me nervous.

in progress

The build docs at https://github.com/OSVR/OSVR-Core/blob/master/doc/Building.md don't describe how to set the CMAKE_PREFIX_PATH so that it can find the libraries. It seems like there was a more complete build description somewhere...

docs

This allows a config file to specify many more parameters to the algorithm. The most significant for developers will be the ability to specify the patterns and positions of beacons...

in progress

Running the server with the standard config file and an HDK 1.2 or 1.3 plugged in with no camera plugged in causes an immediate connection to occur. This keeps the...

bug

The default HDK configurations insert a fixed-duration server-side predictor for /me/head when an OSVR HDK is configured. This is incompatible with client-side prediction, which expects a pose + velocity pair...

Make phenix.clashscore2 and mmtbx.clashscore2 that uses Probe2 and Reduce2 mmtbx/command_lineclashscore.py is a script that runs mmtbx/programs/clashcore.py. mmtbx/programs/clashscore.py is a script that runs Reduce and Probe on input files and returns...

For one display, these values seem to be inverted around 0.5. The original had 0.6 for left eye and 0.4 for right, but the inverse worked. Not sure if this...

bug

We need a .glsl file for the vertex and fragment shader for the Undistort_Shader class to read. We need to finish the parameters for the shader. We need to set...

enhancement