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

Missing enum in DensePlanner error_map #261

Open
mfinean opened this issue Jun 26, 2023 · 0 comments · May be fixed by #262
Open

Missing enum in DensePlanner error_map #261

mfinean opened this issue Jun 26, 2023 · 0 comments · May be fixed by #262

Comments

@mfinean
Copy link

mfinean commented Jun 26, 2023

Problem:
The UKNOWN enum is used in dense_planner but not added to the error_map_ of enums in the DensePlanner constructor. As a result, if this error enum is assigned, the getErrorMessage will fail to generate a useful string for debugging purposed.

error_code_ = descartes_core::PlannerErrors::UKNOWN;

@mfinean mfinean linked a pull request Jun 26, 2023 that will close this issue
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 a pull request may close this issue.

1 participant