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

Add a check for FSA memory full #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

btdubs
Copy link

@btdubs btdubs commented Mar 29, 2023

If the FSA memory cannot allocate more nodes, the search will now fail explicitly.
Before, this behavior would also cause the search to fail but was not an explicit check so it could have other results.

Maybe there should be a different fail state or a reason for failure too, but this works for now.

@btdubs btdubs requested review from AGummyBear and lucas-tiz March 29, 2023 15:05
@lucas-tiz
Copy link

Did you test this in sim? We can force another memory failure in the avoidance test by reverting to the x, y, theta hash you originally used.

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

Successfully merging this pull request may close these issues.

2 participants