PlaneNet icon indicating copy to clipboard operation
PlaneNet copied to clipboard

In parse.py (data_preparation/) fitPlane not defined

Open KrugarMiner opened this issue 5 years ago • 4 comments

Hi! I'm having some troubles running the code parse.py in the folder data_preparation. In the function readMesh, you do "plane=fitPlane(XYZ)" but fitPlane is not defined. How can i solve this problem? Thanks in advance!

KrugarMiner avatar Mar 09 '19 16:03 KrugarMiner

Sorry for the super late response. I forgot to import the function. I just fixed the bug. Sorry for any inconvenience.

art-programmer avatar Apr 19 '19 22:04 art-programmer

Hi, I am trying to compile the c++ code for the data_preparation, but I got a error said

/usr/bin/x86_64-linux-gnu-ld: cannot find -lOpenMeshCore
/usr/bin/x86_64-linux-gnu-ld: cannot find -lOpenMeshTools
collect2: error: ld returned 1 exit status
CMakeFiles/Renderer.dir/build.make:103: recipe for target 'Renderer' failed
make[2]: *** [Renderer] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/Renderer.dir/all' failed
make[1]: *** [CMakeFiles/Renderer.dir/all] Error 2
Makefile:83: recipe for target ''all' failed

Is there any solution for this? Thanks in advance!

yangengt123 avatar Jun 02 '19 05:06 yangengt123

Hi, I am trying to compile the c++ code for the data_preparation, but I got a error said

/usr/bin/x86_64-linux-gnu-ld: cannot find -lOpenMeshCore
/usr/bin/x86_64-linux-gnu-ld: cannot find -lOpenMeshTools
collect2: error: ld returned 1 exit status
CMakeFiles/Renderer.dir/build.make:103: recipe for target 'Renderer' failed
make[2]: *** [Renderer] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/Renderer.dir/all' failed
make[1]: *** [CMakeFiles/Renderer.dir/all] Error 2
Makefile:83: recipe for target ''all' failed

Is there any solution for this? Thanks in advance!

Have you solved this problem? I meet the problem same as you!

mei123hao avatar Aug 07 '20 06:08 mei123hao

I know what the problem is ? You should download the openmesh package and install it ! The package link is below:https://www.graphics.rwth-aachen.de/software/openmesh/download/ @yangengt123

mei123hao avatar Aug 07 '20 07:08 mei123hao