Christopher Sieh
Christopher Sieh
I had the same issue with the log "invalid argument (error 11) (hex 0x0B)" in line 319 gstBufferManager.cpp. ```cpp if (CUDA_FAILED(cudaGraphicsEGLRegisterImage(&eglResource, eglImage, cudaGraphicsRegisterFlagsReadOnly))) return false; ``` I changed the flag...
You could also use https://crates.io/crates/ros_pointcloud2. Full disclosure: it is my first crate, I just started Rust and rosrust is my first real application for it. I did not see this...
Same here. I can't use both in the same program with _Cuda failure: an illegal memory access was encountered at line 138 in file cudaFilter.cpp error status: 700_.