expose getNumBodies, getBodyUniqueId, getBodyInfo (char* baseName) to shared memory API and pybullet., making it easier to serialize the state of the world.
This commit is contained in:
@@ -624,7 +624,7 @@ void PhysicsClientExample::initPhysics()
|
||||
{
|
||||
MyCallback(CMD_LOAD_URDF, true, this);
|
||||
MyCallback(CMD_STEP_FORWARD_SIMULATION,true,this);
|
||||
MyCallback(CMD_STEP_FORWARD_SIMULATION,true,this);
|
||||
|
||||
MyCallback(CMD_RESET_SIMULATION,true,this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user