I am trying to run the metavision_sparse_optical_flow.py example script in linux on a .raw file I have collected. When I try to run the example, I get the following error messages. Online I found a recommendation to use "export MESA_GL_VERSION_OVERRIDE=3.3" to solve the issue but it has not worked for me.
[SDK][ERROR] 0:1(10): error: GLSL ES 3.10 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.50, 3.30, 1.00 ES, and 3.00 ES
[SDK][ERROR] 0:1(10): error: GLSL ES 3.10 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.50, 3.30, 1.00 ES, and 3.00 ES
[SDK][ERROR] error: linking with uncompiled/unspecialized shadererror: linking with uncompiled/unspecialized shader
Segmentation fault