Immediate Contact Information Update Post-Pose Adjustment Without Invoking scene.step()
#153
Labels
enhancement
New feature or request
scene.step()
#153
After setting the pose of an actor using
actor.set_pose(new_pose)
, the contact information, which we can get by callingscene.get_contacts()
, are not updated instantly until we callscene.step()
, but this might cause unpredictable motions of other actors due to collisions or other external forces. Is it possible to update contact information without callingscene.step()
like we can do inPyBullet
? Thank you very much.The text was updated successfully, but these errors were encountered: