Merge pull request #974 from erwincoumans/master

expose timeout in pybullet/shared memory API
This commit is contained in:
erwincoumans
2017-02-24 15:50:26 -08:00
committed by GitHub
34 changed files with 1654 additions and 62 deletions

View File

@@ -5713,3 +5713,7 @@ void PhysicsServerCommandProcessor::createDefaultRobotAssets()
}
}
void PhysicsServerCommandProcessor::setTimeOut(double /*timeOutInSeconds*/)
{
}