You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
descartes/descartes_planner/src/dense_planner.cpp
Line 104 in 26197a9
The text was updated successfully, but these errors were encountered: