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
Running ./environment app results in segmentation fault.
gbd debugging showed the problem on line 90 of environment.cpp file: viewer->spinOnce ();
Further googling showed that the problem has been solved by PCL developers in further releases.
The recommendation is to build PCL from the source. Worked for me.
The text was updated successfully, but these errors were encountered:
Running ./environment app results in segmentation fault. gbd debugging showed the problem on line 90 of environment.cpp file: viewer->spinOnce (); Further googling showed that the problem has been solved by PCL developers in further releases. The recommendation is to build PCL from the source. Worked for me.
I had the same issue, I had to create a container with Ubuntu 20.04 and everything worked fine.
With Ubuntu 22.04 I was able to walkaround it using viewer->spin() instead, it throws a bunch of warnings but it works.
I also built it from source and on Ubuntu 22.04 and that completely fixed the issue.
Running ./environment app results in segmentation fault.
gbd debugging showed the problem on line 90 of environment.cpp file:
viewer->spinOnce ();
Further googling showed that the problem has been solved by PCL developers in further releases.
The recommendation is to build PCL from the source. Worked for me.
The text was updated successfully, but these errors were encountered: