Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Immediate Contact Information Update Post-Pose Adjustment Without Invoking scene.step() #153

Open
nature21 opened this issue Mar 30, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@nature21
Copy link

After setting the pose of an actor using actor.set_pose(new_pose), the contact information, which we can get by calling scene.get_contacts(), are not updated instantly until we call scene.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 calling scene.step() like we can do in PyBullet? Thank you very much.

@fbxiang fbxiang added the enhancement New feature or request label Apr 1, 2024
@fbxiang
Copy link
Collaborator

fbxiang commented Apr 1, 2024

Currently there is not a plan to support this as it requires a collision detection after setting poses. We will look into exposing this functionality with an API call in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants