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
Right now the image bundles convert from opencv type to a ros image message and then to a cost map object.
Cut the secondary conversion and go direct from opencv type to cost map object. This has been done over in grid_map. Additionally, get this code in via a similar set of api in cost_map_cv.
The text was updated successfully, but these errors were encountered:
Right now the image bundles convert from opencv type to a ros image message and then to a cost map object.
Cut the secondary conversion and go direct from opencv type to cost map object. This has been done over in grid_map. Additionally, get this code in via a similar set of api in
cost_map_cv
.The text was updated successfully, but these errors were encountered: