Merge pull request #2356 from erwincoumans/master

sync graphics server at resetJointState, resetSimulation, load*
This commit is contained in:
erwincoumans
2019-08-06 15:54:43 -07:00
committed by GitHub
3 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ t = time.time() + 3.1
logId = p.startStateLogging(p.STATE_LOGGING_PROFILE_TIMINGS, "chrome_about_tracing.json")
while (time.time() < t):
p.stepSimulation()
p.submitProfileTiming("pythontest")
time.sleep(1./240.)
p.submitProfileTiming("nested")