mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
DBViewer: fixed grid cell size in 3D View. Memory/Grid, using Icp/PointToPlaneGroundNormalsUp parameter when normals are computed. Grid: fixed 2D noHit ray tracing.
This commit is contained in:
@@ -5062,9 +5062,9 @@ void DatabaseViewer::update(int value,
|
||||
if(ui_->checkBox_showMap->isChecked())
|
||||
{
|
||||
float xMin=0.0f, yMin=0.0f;
|
||||
cv::Mat map8S;
|
||||
cv::Mat map8S;
|
||||
ParametersMap parameters = ui_->parameters_toolbox->getParameters();
|
||||
float gridCellSize = Parameters::defaultGridCellSize();
|
||||
Parameters::parse(parameters, Parameters::kGridCellSize(), gridCellSize);
|
||||
parameters = Parameters::filterParameters(parameters, "GridGlobal", true);
|
||||
#ifdef RTABMAP_OCTOMAP
|
||||
|
||||
Reference in New Issue
Block a user