initial support for multiple robots in shared memory API
This commit is contained in:
@@ -25,7 +25,7 @@ protected:
|
||||
void releaseSharedMemory();
|
||||
|
||||
bool loadUrdf(const char* fileName, const class btVector3& pos, const class btQuaternion& orn,
|
||||
bool useMultiBody, bool useFixedBase);
|
||||
bool useMultiBody, bool useFixedBase, int* bodyUniqueId);
|
||||
|
||||
public:
|
||||
PhysicsServerSharedMemory();
|
||||
|
||||
Reference in New Issue
Block a user