add pybullet.connect(pybullet.GUI_SERVER) option. This allows shared memory connections, acting as a physics server. You can connect using SHARED_MEMORY to this GUI_SERVER.
This commit is contained in:
@@ -577,6 +577,7 @@ enum eCONNECT_METHOD {
|
||||
eCONNECT_UDP = 4,
|
||||
eCONNECT_TCP = 5,
|
||||
eCONNECT_EXISTING_EXAMPLE_BROWSER=6,
|
||||
eCONNECT_GUI_SERVER=7,
|
||||
};
|
||||
|
||||
enum eURDF_Flags
|
||||
|
||||
Reference in New Issue
Block a user