We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A user has described the following issue when trying to use OMPL:
"When we use the example_ompl.py script, we receive a continuous error message stating "An Error Occurred: OmplManagerAttr".
It seems this is the source of the error message:
Inspecting the attribute mapping code, we see that OMPLManager is commented out, meaning it indeed should not work:
The text was updated successfully, but these errors were encountered:
During my attempt to investigate this issue, I made sure that line was uncommented in the attribute mappings. The error occurs even after fixing that.
Sorry, something went wrong.
Resolved in #144
YoruCathy
thisjustin123
No branches or pull requests
Description:
A user has described the following issue when trying to use OMPL:
"When we use the example_ompl.py script, we receive a continuous error message stating "An Error Occurred: OmplManagerAttr".
It seems this is the source of the error message:
Inspecting the attribute mapping code, we see that OMPLManager is commented out, meaning it indeed should not work:
The text was updated successfully, but these errors were encountered: