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
{{ message }}
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.
There were several comments on drcsim issue 352 (here and here) that the drc_practice_task_2.world takes a long time to load in gzclient. I have confirm that gzserver can load the world relatively quickly, but that gzclient can take about 2 minutes to start. I ran valgrind --callgrind gzclient and found gazebo::rendering::RTShaderSystem::GenerateShaders to occupy 50% of the call time during startup (here's a screenshot of kcachegrind).
The text was updated successfully, but these errors were encountered:
Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
There were several comments on drcsim issue 352 (here and here) that the drc_practice_task_2.world takes a long time to load in gzclient. I have confirm that gzserver can load the world relatively quickly, but that gzclient can take about 2 minutes to start. I ran
valgrind --callgrind gzclient
and foundgazebo::rendering::RTShaderSystem::GenerateShaders
to occupy 50% of the call time during startup (here's a screenshot of kcachegrind).The text was updated successfully, but these errors were encountered: