add some missing GRPC files

This commit is contained in:
erwincoumans
2018-09-04 09:10:57 -07:00
parent 9e2f6c7935
commit 9b66074949
6 changed files with 332 additions and 7 deletions

View File

@@ -439,7 +439,7 @@ static PyObject* pybullet_connectPhysicsServer(PyObject* self, PyObject* args, P
#ifdef BT_ENABLE_GRPC
sm = b3ConnectPhysicsGRPC(hostName.c_str(), tcpPort);
#else
b3Warning("GRPC is not enabled in this pybullet build");
PyErr_SetString(SpamError, "GRPC is not enabled in this pybullet build");
#endif
break;
}