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
I want to use this package to estimate free distances to close-in obstacles. However, distance always gives zero, despite distmap seems to be correct in Rviz.
Any idea why this happens?
I used the following way to initialize the map: dist_map_ptr_ = distmap::make_distance_mapper("distmap/DistanceMapDeadReck")
The text was updated successfully, but these errors were encountered:
Indeed that's unfortunate and shouldn't have been pushed. Note that the OpenCV-based plugin is implemented tho.
Feel free to implement this function and open a pull request if you like.
I want to use this package to estimate free distances to close-in obstacles. However, distance always gives zero, despite distmap seems to be correct in Rviz.
Any idea why this happens?
I used the following way to initialize the map:
dist_map_ptr_ = distmap::make_distance_mapper("distmap/DistanceMapDeadReck")
The text was updated successfully, but these errors were encountered: