-
Notifications
You must be signed in to change notification settings - Fork 37
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
Resetting error: Updating ModelState: model does not exist #186
Comments
Hey, this is caused by Gazebo's ModelState requests being asynchronous, sometimes causing write-after-writes. |
When the simulation gets stuck and you manually kill it (with SIGINT/SIGHUP), a python stack trace from |
Here's the entire terminal output when I manually kill it.
|
I was using the pedsim entity_manager with Gazebo Simulator, for the first few epochs it works well, but the simulator shows the error after resetting:
[ WARN] [1715895663.979357211, 63.634000000]: Map update loop missed its desired rate of 5.0000Hz... the loop actually took 0.2490 seconds
[WARN] [1715895666.423746, 64.375000]: REACHED 60.0
[INFO] [1715895666.454231, 64.379000]: resetting
[ERROR] [1715895667.837760847, 64.379000000]: Updating ModelState: model [D_actor1_5] does not exist
Looks like it only shows the error when I use the Gazebo simulator, How can I fix this issue?
The text was updated successfully, but these errors were encountered: