PyBullet: allow to choose the shared memory key when starting SHARED_MEMORY_SERVER
This commit is contained in:
@@ -399,7 +399,7 @@ static PyObject* pybullet_connectPhysicsServer(PyObject* self, PyObject* args, P
|
||||
}
|
||||
case eCONNECT_SHARED_MEMORY_SERVER:
|
||||
{
|
||||
sm = b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect2(0);
|
||||
sm = b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect2(0, key);
|
||||
break;
|
||||
}
|
||||
case eCONNECT_DIRECT:
|
||||
|
||||
Reference in New Issue
Block a user