PeriSage Cheung

Results 2 comments of PeriSage Cheung

Well, Things are more complicated than imagined. ### 1. First Try I set `PCL_DIR` to `/usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake` as is shown below: ```cmake set(PCL_DIR "/usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake") find_package(PCL REQUIRED) ``` But the value of...

> BTW I found this bug report: https://bugs.launchpad.net/ubuntu/+source/pcl/+bug/1896118 > @perisage Out of interest, do you also use a Singularity container? Or is there anything special/uncommon about your operating system that...