-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake Error : Unknown CMake command "_qt5_Core_check_file_exists". #95
Comments
Hi @miharaka,
After that, a python error appears, but the QT5 error seems to have been avoided.
I hope this helps. |
Thanks for the solution. I added its idea, so I got same error. But its error after adding some "find_package" occurs at "find_package(VTK REQUIRED)". So I think that it is unclear whether it can solve the PCL error problem. Therefore, I built the following "find_package" excluding VTK.
As result, the following:
I read several columns about this error, but I don't know how to solve it. Also, if it is Improved by adding "find_package(VTK REQUIRED)", I would like to know the solution to the subsequent error "Python3 Development.Module". (I could remove "Python3 interpreter" error.) Could anyone give me some suggestions to solve these problems? |
@miharaka, were you able to get passed through this error? |
@jasvinderkhurana , I dont solve this error. The situation remains the same. |
@miharaka, I have tried to check this issue in last few days, but seems like there is some dependencies missing in sysroot when cross compiling QT and VTK packages via KRS. I tried to add the dependencies like pcl_ros by changing sysroot customize patch file at krs_ws/src/firmware/acceleration_firmware_kr260/acceleration_firmware_kr260/patches/customize.patch
changed to ros-humble-desktop-full to install most of the ros2 dependencies in sysroot. I still get issues after doing that, but I will continue to debug more into this. As a quick workaround I have tried to build the package directly on KR260 board, just install ros-humble-desktop-full and build pcl-object-detection package. It builds successfully for me. For now, I request you to please build this package directly on board and let me know if that unblocks you at the moment. |
I tried it, and it was successful. |
When I tried cross-compiling packages with PCL(Point Cloud Library) for KR260 in KRS, I got an error related to qt5 similar to turtlesim.
package : https://github.com/klintan/ros2_pcl_object_detection
I used this ( #94 ) as a reference, and add "find_package(Qt5○○ REQUIRED)" to CMakeLists. but I cant solve this problem.
Does anyone have a way to solve this problem?
Required environment : pcl-ros
sudo apt install ros-foxy-pcl*
The text was updated successfully, but these errors were encountered: