Skip to content

Commit

Permalink
Add TO-DO note
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Sep 7, 2024
1 parent db8067c commit b83cd5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mola_metric_maps/src/SparseTreesPointCloud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ void SparseTreesPointCloud::getVisualizationInto(
MRPT_START
if (!genericMapParams.enableSaveAs3DObject) return;

// TODO(jlbc): convert into one CPointCloud per voxel to better scale huge
// maps.

if (renderOptions.colormap == mrpt::img::cmNONE)
{
// Single color:
Expand Down

0 comments on commit b83cd5a

Please sign in to comment.