kwahoo2
kwahoo2
Here is output after running hip (rocm) converter: ``` adi@adi-ryzen7:~/kompilacje/AliceVision$ /opt/rocm/hip/bin/hipconvertinplace-perl.sh src ... info: TOTAL-converted 713 CUDA->HIP refs( dev:153 mem:74 kern:150 coord_func:0 math_func:0 special_func:3 stream:0 event:0 err:7 def:3 tex:323 extern_shared:0...
Other idea is using GNU Parallel on Linux (not sure if there is a Windows equivalent?). Replacing the stitching code with: ``` export -f print_debug export -f run_command ls -1...
Parallel has some clever options for limiting resources https://www.gnu.org/software/parallel/parallel_tutorial.html#Limiting-the-resources
I can confirm this in an another demo https://github.com/kwahoo2/sdl2oxr ``` ./sdl2oxr 2021-02-21 20:24:16.288 DEBUG: xrCreateDebugUtilsMessengerEXT: Completed loader terminator 2021-02-21 20:24:16.288 DEBUG: xrCreateDebugUtilsMessengerEXT: Completed loader trampoline 2021-02-21 20:24:16.288 DEBUG: xrCreateInstance: Completed...
> Anybody know of a workaround for this bug, Try SteamVR linux_v1.14 from the beta tab.
> xrWaitFrame: would have blocked, skipping frame instead I don't know what application you use for testing, but if you have access to the source code, check if there is...
> Exactly the altitude gear ratio is 52.8? Yes, two stage gearbox (264 teeth / 20 teeth) * (64 teeth / 16 teeth) = 52.8
So it is, the GPS receiver->Mortar communication issue? Uncomment line https://github.com/kwahoo2/Mortar/blob/master/StellarInterface.cpp#L92 You should see, in the terminal, raw data received from the GPS.
Can you post exact string? Mortar expects: `$GPGGA,064951.000,2307.1256,N,12016.4438,E,1,8,0.95,39.9,M,17.8,M,,*65` with 10 character length time column `064951.000`
Can you post whole string?