RenderingAPIException: OpenGL 1.5 is not supported in GLRenderSystem
Hi, I am running on Linux with WSL, where I installed OpenGL and the other tools, I have this version currently: OpenGL version string: 1.4 (3.3 (Compatibility Profile) Mesa 22.0.0-devel When I start the ros2 run rviz2 rviz2, I get an error:
[ERROR] [1647185713.947699400] [rviz2]: RenderingAPIException: OpenGL 1.5 is not supported in GLRenderSystem::initialiseContext at /home/jenkins-agent/workspace/ci_packaging_linux/ws/build/rviz_ogre_vendor/ogre-v1.12.1-prefix/src/ogre-v1.12.1/RenderSystems/GL/src/OgreGLRenderSystem.cpp (line 1201)
[ERROR] [1647185713.947978000] [rviz2]: rviz::RenderSystem: error creating render window: RenderingAPIException: OpenGL 1.5 is not supported in GLRenderSystem::initialiseContext at /home/jenkins-agent/workspace/ci_packaging_linux/ws/build/rviz_ogre_vendor/ogre-v1.12.1-prefix/src/ogre-v1.12.1/RenderSystems/GL/src/OgreGLRenderSystem.cpp (line 1201)
Can someone assist me with this? Thanks in advance.
Asked by Pomorondža on 2022-03-13 10:40:59 UTC
Comments
I think it can be related to this issue: https://github.com/ros2/rviz/issues/929.
Asked by kyungpyo on 2023-07-26 19:42:31 UTC