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 found a bug in function "setRawSubmapHeight" in file ElevationMap.cpp, at line 724 "const Eigen::Array2i submapBufferSize(lengthInYSubmapI, lengthInXSubmapI);"should to change to const Eigen::Array2i submapBufferSize(lengthInXSubmapI, lengthInYSubmapI);
when I set lengthInXSubmap and lengthInYSubmap, the submap length in x direct is lengthInYSubmap, the submap length in y direct is lengthInXSubmap.
The text was updated successfully, but these errors were encountered: