George Frolov
George Frolov
This pull request is ready to be merged
I completed unit tests merged #218 yesterday and rebased gesture branch on top of master. Also I fixed a few things that wouldn't let it build and some compiler errors.
@edzuantengku , @alenperic Are you having issues with HDK (if so, which version 1.4/2.0 ?) or some other HMD? In our recent release, we fixed `swap_eyes` setting specifically for dual...
Hi @ArslanGapizov , It looks like the plugin is not loading because you're building the plugin with VS 2015 against OSVR-Core that was built with VS 2013. I would either...
@malcolmathci, AppVeyor CI check is enabled but setup is not yet complete, because it needs a config file `appveyor.yml`, which is similar to `travis.yml` in the root directory, and is...
Hi George, I think that submodules have not updated after you pulled the `openvr108` branch. The errors are indicating that it cannot find code that is present in the latest...
@georgewsinger , Hmm, based on the error, it looks like there could be multiple things that are going wrong: 1. Config dir is not found 2. Driver file and/or driver...
@georgewsinger Do you still have this problem on Linux with the latest version or we can resolve the issue ?
@zachkinstner , you can checkout gesture branch before it's merged into master and build it. It would have the code that you are looking for. This would also be a...
@zachkinstner, I was able to partially reproduce the issue that you described. I tested with the plugin as is under the following scenarios 1. I subscribed AnalogCallback_cpp to `/com_osvr_LeapMotion/Controller/analog` which...