CMake Error "moveit_visual_tools" with any of the following names: moveit_visual_toolsConfig.cmake moveit_visual_tools-config.cmake
-
반응형
오류 코드
catkin_make(빌드) 과정에서 다음과 같은 오류가 발생하였다.
CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package): Could not find a package configuration file provided by "moveit_visual_tools" with any of the following names:
Add the installation prefix of "moveit_visual_tools" to CMAKE_PREFIX_PATH or set "moveit_visual_tools_DIR" to a directory containing one of the above files. If "moveit_visual_tools" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): pick_n_place/CMakeLists.txt:7 (find_package)
-- Configuring incomplete, errors occurred! See also "/home/eddy/catkin_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/eddy/catkin_ws/build/CMakeFiles/CMakeError.log". Makefile:1846: recipe for target 'cmake_check_build_system' failed make: *** [cmake_check_build_system] Error 1 Invoking "make cmake_check_build_system" failed
해결 방법
ROS 상에 moveit visual tools 설치되어 있지 않아서 발생. 해당 패키지를 다음과 같이 설치한다.