Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lvr2_reconstruct crashes on some meshes when both --optimizePlanes and --fillHoles are used #13

Open
mintar opened this issue Oct 14, 2021 · 1 comment
Assignees

Comments

@mintar
Copy link
Member

mintar commented Oct 14, 2021

Problem: lvr2_reconstruct crashes on some meshes when both --optimizePlanes and --fillHoles are used

LVR version: 20.11.3 (9bb03a3)

System info: Ubuntu 20.04

How to reproduce:

I've attached some test data here: minimal_examle.ply

  • lvr2_reconstruct -o minimal_examle.ply: works
  • lvr2_reconstruct -f 15 minimal_examle.ply: works
  • lvr2_reconstruct -o -f 1 minimal_examle.ply: works
  • lvr2_reconstruct -o -f 15 minimal_examle.ply: crashes:
../build/bin/lvr2_reconstruct -o -f 15 minimal_examle.ply
[00:00:00 072] Trying to remove all holes with size ≤ 15
[00:00:00 072] Trying to remove all holes  100%
terminate called after throwing an instance of 'lvr2::PanicException'
  what():  Program panicked: attempt to access a non-existing value in an attribute map
[1]    58441 abort (core dumped)  ../build/bin/lvr2_reconstruct -o -f 15 minimal_examle.ply
@ennasros
Copy link

ennasros commented May 4, 2022

Any luck with this? I seem to have a similar issue any time --optimizePlanes is used. I haven't done as extensive of a job diagnosing the issue as above, but did experience it happening for any mesh (using Ubuntu 18.04 with LVR 20.11.3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants