Jérémy Jaussaud

Results 11 comments of Jérémy Jaussaud

Which error code do you get in the small SteamVR status window? I suspect you got either a 306, a 307 or a 307 error. If so, it's maybe a...

No. It does not entails modifying the configuration files in the OSVR-Core repository since those that are complete all use the camera. In any case, two wrongs don't make a...

@rpavlik's solution is better but still sounds easy to implement. How fast can you do it?

That [really](https://github.com/ValveSoftware/openvr/issues/175) makes sense. Great job finding the source of this problem, that's extremely helpful! However, I'm a bit unsure about [that](https://github.com/mdigkin/SteamVR-OSVR/blob/ed787953a75ba759178c326ab1fa260e03b48bdd/src/OSVRTrackedDevice.cpp#L865). The IMU tracker sends the angular velocity in...

Nice. Finally fixing the tracking in Steam is a huge win even if, at first, it's only when not using the camera. About the _videoimufusion_ plugin, what I meant it...

See #501 and #504. I reported this issue with a fix 6 weeks ago. It has been broken for 3 months now.

@rpavlik finally fixed it with 07a4a262a422a8b2b0692e4f1c08bc50fb23418c, you can close it.

This patch is a workaround, not a fix, it wasn't really meant to be merged. We get a much better result by only using the plugin's output position, sure, but...

Apparently, it doesn't compile because, when using a version of JsonCPP configured with ```JSONCPP_USE_SECURE_MEMORY```, OSVR-Core mixes two instantiations of ```std::basic_string``` with different allocators (```std::string``` and ```JSONCPP_STRING```). This JsonCPP feature seems...

That's the same version of Boost that I'm using so that's not where the problem comes from. The build system should find Boost if you add its installation directory to...