-
Notifications
You must be signed in to change notification settings - Fork 10
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
The reasoner doesn't work with 'high' reasoning rates #165
Comments
This error is also happening with lower rates, but less frequently. Unfortunately, I don't have any more info. |
|
This looks like a concurrency error. If it is a concurrency error, there is some guidance: https://owlready2.readthedocs.io/en/latest/sync.html?highlight=concurrent#synchronization
that means you'd have to adjust
like so
and also adjust the the rest that accesses the backend according to points 2 and 3... |
that still would not allow you to run the thing faster though, just with more waiting and fewer bugs. Regardless of whether or not your current problem is caused by concurrency...in the context of ROS that's always a problem. So this should be concurrency safe anyway. |
When I set the reasoning period to be 1 or less, I get a lot of bugs.
An example:
Or
I will add the other error messages here later
The text was updated successfully, but these errors were encountered: