expose PyBullet.SHARED_MEMORY_SERVER
connect from 1 different PyBullet client using PyBullet.SHARED_MEMORY) (don't use more than 1 other client to submit commands in parallel)
This commit is contained in:
@@ -19,13 +19,15 @@ struct CommonExampleOptions
|
||||
const char* m_fileName;
|
||||
class SharedMemoryInterface* m_sharedMem;
|
||||
CommandProcessorCreationInterface* m_commandProcessorCreation;
|
||||
|
||||
bool m_skipGraphicsUpdate;
|
||||
|
||||
CommonExampleOptions(struct GUIHelperInterface* helper, int option=0)
|
||||
:m_guiHelper(helper),
|
||||
m_option(option),
|
||||
m_fileName(0),
|
||||
m_sharedMem(0),
|
||||
m_commandProcessorCreation(0)
|
||||
m_commandProcessorCreation(0),
|
||||
m_skipGraphicsUpdate(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user