pal-robotics / aruco_ros

Software package and ROS wrappers of the Aruco Augmented Reality marker detector library
MIT License
448 stars 306 forks source link

catkin_make have a error:can't find arucoConfig.cmake aruco-config.cmake #49

Closed liyi2017 closed 6 years ago

liyi2017 commented 6 years ago

hi ,iam catkin_make the aruco_ros,but i have the error :+1: -- Could not find the required component 'aruco'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found. CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package): Could not find a package configuration file provided by "aruco" with any of the following names:

arucoConfig.cmake
aruco-config.cmake

Add the installation prefix of "aruco" to CMAKE_PREFIX_PATH or set "aruco_DIR" to a directory containing one of the above files. If "aruco" provides a separate development package or SDK, be sure it has been installed. i need some help,how to deal it? thx

bzdfzfer commented 6 years ago

this problem can be fixed by "sudo apt install ros-kinetic-aruco"

bmagyar commented 6 years ago

This issue was opened before the kinetic release. Please use the released version by installing from apt.