-
Notifications
You must be signed in to change notification settings - Fork 198
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
Low real time factor and sky rendering issue #717
Comments
We usually see these symptoms when the system is unable to access the GPU (so it makes sense that you would see this on the laptop). Are you using Docker or running directly on hardware? Assuming you are running directly on hardware:
|
https://gazebosim.org/docs/garden/troubleshooting#prime-select-command-line-tool I visited gazebo troubleshoot page and configured Gazebo to always use Nvidia and it fixed the sky rendering issue! The RTF increased to 60%. Please let me know if you have any suggestions to increase the RTF. |
@tejalbarnwal was kind enough to test a few things:
https://github.com/osrf/vrx/blob/main/vrx_urdf/wamv_gazebo/urdf/wamv_gazebo.urdf.xacro#L162-L166
|
Hey,
It appears that the cameras may be the primary cause of the reduced RTF. I plan to assess a basic URDF with minimal joints and plugins later tonight. |
Describe the bug
I cloned the latest VRX repo and ran the simultor with default settings. However, the real time factor was very low (38%). If I increase the step size to 0.05, it can increase to 78% but I don't think it is the right way to solve the problem. Plus the sky is not rendered properly. I tried both nvidia-driver-470 and nvidia-driver-530 but it did not help. It will be great if you can let me know how to increase the real time rate and fix the rendering issue.
To Reproduce
System Configuration:
Screenshots
Additional notes
We also reproduced this low RTF and redenring issue on a Laptop with i7-8565 CPU and UHD 620 GPU.
The text was updated successfully, but these errors were encountered: