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
../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
The text was updated successfully, but these errors were encountered:
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)
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
: workslvr2_reconstruct -f 15 minimal_examle.ply
: workslvr2_reconstruct -o -f 1 minimal_examle.ply
: workslvr2_reconstruct -o -f 15 minimal_examle.ply
: crashes:The text was updated successfully, but these errors were encountered: