Skip to content

0.23.4 - Potential regression with poisson mesh reconstruction? #1651

@antoinemacia

Description

@antoinemacia

HI!

We've spotted a regression on some of the scan processing we do on the latest version using rtabmap-export - it seems the poisson mesh reconstruction points end up being filtered completely - I can confirm starting to see this issue since ~4 days ago

Create and assemble the clouds... done (35s, 10497024 points).
Computing normals of the assembled cloud... done! (3s, 10497024 points)
Mesh reconstruction... depth=11
Mesh reconstruction... done (23s, 0 polygons).

This is the command I ran

rtabmap-export \
  --mesh \
  --texture \
  --opt 2 \
  --texture_size 4096 \
  --texture_range 5 \
  --poisson_depth 11 \
  --poisson_size 0.01 \
  --max_polygons 6000000 \
  --decimation 0 \
  --min_cluster 0 \
  --max_range 0 \
  --voxel 0 \
  --color_radius 0.05 \
  --depth_confidence 100 \
  --poses_format 11 \
  <database.db>

@matlabbe anything that may have changed on this front? I can provide databases if needed be

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions