-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gazebo execution error #237
Comments
Thanks for opening this Issue!
|
@gmchoi96 Thank you for the report. We are looking into it. |
@gmchoi96 Can you try to do this command ( |
@gmchoi96 I think your MOVAI Flow installation is all good, we have positive traces showing However, if you have done and redone the installation of the drivers after starting MOVAI Flow, I would recommend you to reboot your host (yes only way to fix some issues about lib and drivers mismatch), recreate the containers with
Finally, note that you can also have hit this issue or similar where CUDA, libmesa and nvidia-drivers are conflicting and prevent QT and OpenGL to work correctly... |
@MithunKinarullathil @AlexFernandes-MOVAI Unfortunately, it didn't work out the way you suggested.
the error was the same issue additionally I saw a post saying it was solved by editing the file... but I couldn't try it because the process wasn't detailed. |
No, there isn't. We tested in several PCs and it worked without any modifications.
If you could provide the link that would be helpful. We currently are not able to figure out the issue. If you have solved the issue, please feel free to open a PR. |
Have you checked our docs before proceeding?
Issue Description
When running Gazebo, the following error occurs:
[GUI] [Err] [Application.cc:757] [QT] Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlagsQSurfaceFormat::FormatOption(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior QSurfaceFormat::SwapBehavior(DoubleBuffer), swapInterval 1, profile QSurfaceFormat::OpenGLContextProfile(NoProfile))
The nvidia driver was also installed, and rviz and mov.ai are running.
Steps to Reproduce
Actual Behaviour
When entering the command movavi-flow-simulator, gazebo should run normally.
I think it works.
Generally gazebo works fine, not mov.ai
Expected Behaviour
It seems that driver-related problems occur when running gazebo through docker.
This is because there is no driver problem when running Gazebo normally, and I think the problem is the same as the Gazebo problem that occurred when I installed the nvidia driver incorrectly before.
Screenshots/GIFs
Versions
gmchoi@gmchoi:~$ apt list movai-flow
Listing... Done
movai-flow/main,now 3.0.1-5 all [installed]
N: There is 1 additional version. Please use the '-a' switch to see it
Possible workarounds
Additional Details
The text was updated successfully, but these errors were encountered: