VUKOZ-OEL / 3d-forest-classic

software for analysis of Lidar data from forest environment.
GNU General Public License v3.0
84 stars 26 forks source link

Changes to use newer pcl and vtk versions and to run 3D Forest also on Linux OSs #35

Closed Loris-L closed 1 year ago

Loris-L commented 1 year ago

I added milireMenu in QMenu functions that missed in original source code on master branch and i changed QtCore/QString.h to QtCore/qstring.h for Qt 5.x versions. To use newer pcl and vtk versions, i've done some changes:

Finally, i setted the create_interactor function of pcl visualizer to false because qvtkwidget previously created in source code is already an interactor and if it's created, in Linux systems 3D Forest compiled crashes when it runs with segfault message (i tried on Ubuntu 22.04 #33 and also on Fedora 37 with same problem). Then i created a new default style of pcl interactor that i've assigned to qvtkwidget, because without the creation of pcl interactor there isn't a default interactor style and then, the use of keyboard keys won't activate the related functions.

janekT commented 1 year ago

thanks a lot