Florian Jung
Florian Jung
Interestingly, when swapping the `XXX` for `YYY` lines in the script, the jumps disappear, however now increasing and decreasing the world scale repeatedly makes the camera position drift. I suspect...
A possible solution would be to add a function to atomically change the world scale and keep the global camera position the same. But I'll experiment with re-scaling and moving...
I have found a workaround by calling `.notification(NOTIFICATION_INTERNAL_PROCESS)` on all ARVR nodes: The relevant ARVROrigin.gd-snippet: ```gdscript self.notification(NOTIFICATION_INTERNAL_PROCESS) for c in [ $OVRController, $OVRController2, $OVRController3, $OVRController4 ]: if (c.get_controller_name() != "Not...
There are more bugs. I have fixed those which i found in https://github.com/stm32-rs/stm32-rs/pull/697, and there are probably even more. Should we close this issue though?
you are missing libraries at the linking step. Figure out, which .so files in /usr/lib/ (or whereever your opencv libs are) have these. Then figure out how to add them...
Glad it worked for you. Because this repo seems unmaintained, the maintainer was last seen 2017 :(
The signal does not leak through, but the VCA or rather, the differential-to-single-ended opamp picks up signals from the air. It seems that the breadboard is the culprit, and also...
This is still an issue with the new voice board.
still todo: - [ ] optimize for the best DAC wiggle compensation - [ ] scores
Uh, this is weird. Have you tried attaching a debugger to this so you see where exactly it is hanging? Does it hog the CPU or is it just idle?...