-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
SimPause() not pausing physics #4174
Comments
Thanks a lot for the reproducible example! Could you try out #4175 and see if it fixes the problem for you? |
Thank you @rajat2004, it seems your changes fixed this issue. :) |
@suresh-guttikonda This somehow solves the issue you had in driving the car with the keyboard after calling simPause() as you described in #4171? |
@jonyMarino Unfortunately it didn't fix the #4171, i tried the code snippet as mentioned in that issue. But still I can see x-position difference between left, center, right cameras even though i am using stereo camera setup code snippet
output:
|
Bug report
What's the issue you encountered?
As you can see from the output, when simulation is paused - the offset between car and camera position increased after sleep.
Expected: the relative position should almost remain constant since vehicle moving in straight path and simulation is paused.
May be this is an old/known issue, simPause() seems to no pausing physics engine or these is some other issue.
Settings
How can the issue be reproduced?
Code Snippet:
Include full error message in text form
What's better than filing an issue? Filing a pull request :).
The text was updated successfully, but these errors were encountered: