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
if you check this line, it uses gridMap.getCellLength() function that returns cell length in millimeter.
but, according to message definition, it should be meter, not millimeter.
So I think it should be corrected as below
hector_slam/hector_mapping/src/HectorMappingRos.cpp
Line 547 in b7d19bf
if you check this line, it uses gridMap.getCellLength() function that returns cell length in millimeter.
but, according to message definition, it should be meter, not millimeter.
So I think it should be corrected as below
I created pull request, so check it please.
The text was updated successfully, but these errors were encountered: