-
Notifications
You must be signed in to change notification settings - Fork 794
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8f8256c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which VTK and PCL should be used in the context of the changes above?
Warning: pcl 1.12.1_2 is already installed and up-to-date.
Warning: vtk 9.1.0_4 is already installed and up-to-date.
yet CMake Error at /opt/homebrew/share/pcl-1.12/PCLConfig.cmake:63 (message):
visualization is required but vtk was not found
Call Stack (most recent call first):
/opt/homebrew/share/pcl-1.12/PCLConfig.cmake:357 (pcl_report_not_found)
/opt/homebrew/share/pcl-1.12/PCLConfig.cmake:546 (find_external_library)
CMakeLists.txt:228 (FIND_PACKAGE)
8f8256c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This error is fine if you are in the fourth case described here: #871 (comment)
If you set WITH_QT=false, visualization module won't be required.
8f8256c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was tested with on pcl binaries from ubuntu 18.04, 20.04 and 22.04. https://github.com/introlab/rtabmap/actions/runs/2408700482