You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Reacher-v2, and exporting LD_PRELOAD as described here , the issue ERROR: GLEW initalization error: Missing GL version gets fixed for rendering in "human" mode but not in "rgb_array" mode.
A workaround I am using is to call render("human") once, then call render("rgb_array") normally.
Is there something I am missing, or a more elegant way to fix this?
The text was updated successfully, but these errors were encountered:
With Reacher-v2, and exporting LD_PRELOAD as described here , the issue
ERROR: GLEW initalization error: Missing GL version
gets fixed for rendering in "human" mode but not in "rgb_array" mode.A workaround I am using is to call render("human") once, then call render("rgb_array") normally.
Is there something I am missing, or a more elegant way to fix this?
The text was updated successfully, but these errors were encountered: