Merge pull request #1994 from erwincoumans/master

Preparation to replicate parts of DeepMimic in plain PyBullet
This commit is contained in:
erwincoumans
2018-11-17 17:53:50 -08:00
committed by GitHub
17 changed files with 695 additions and 11 deletions

View File

@@ -241,7 +241,7 @@ struct ThreadsafeCounter
}
};
static btITaskScheduler* gBtTaskScheduler;
static btITaskScheduler* gBtTaskScheduler=0;
static int gThreadsRunningCounter = 0; // useful for detecting if we are trying to do nested parallel-for calls
static btSpinMutex gThreadsRunningCounterMutex;
static ThreadsafeCounter gThreadCounter;