satoru-i
Results
2
comments of
satoru-i
Hi @miharaka, I added the following find_package before find_package(PCL REQUIRED) in CMakeLists.txt. ``` find_package(Qt5Core REQUIRED) find_package(Qt5Gui REQUIRED) find_package(Qt5Widgets REQUIRED) find_package(VTK REQUIRED) ``` After that, a python error appears, but the...
I edited krs_humble.repos and changed vitis_common version from humble to master. After that I was able to build successfully. Is this related to this error?