Tim Redick
Tim Redick
Hi and thanks for your awesome work on this stack! Right now we are working on a stack for the LBR Med which is largely based on this one. We...
Compiling shader programs as described in https://github.com/JuliaGL/GLAbstraction.jl/blob/master/example/drawing_polygons_with_GLAbstraction.jl via `GLA.frag` and `Program(sh_string_type...)` gave me an Error: ``` MethodError: no method matching GLAbstraction.Shader(::Tuple{UInt32, String}) ``` I think the method broke here: https://github.com/JuliaGL/GLAbstraction.jl/commit/a6076c81dd76de6a26bac49e882e6d0af60a9794#diff-8728a176445e31cf3b9dc440a8dd9fd201f9aa51f761e51115ff058ffb408a11R76...
Hey, I had some issues with the pip version of python-pcl since it seems to depend on pcl 1.7 (pretty much the same as here #317). One advice was to...
Adds WiFi support for WiFiNINA compatible boards: https://github.com/arduino-libraries/WiFiNINA I am not sure, if there is a better precompiler definition than `NINA_GPIO0` to determine the compatibility during the compilation.