tuw-robotics / tuw_marker_filter

Marker base slam
BSD 3-Clause "New" or "Revised" License
10 stars 9 forks source link

Could not compile CMake Error #1

Open aaravrav142 opened 7 years ago

aaravrav142 commented 7 years ago

Hi,

I am trying to install this package on catkin_ws however getting the following error message:

`CMake Warning at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:76 (find_package): Could not find a package configuration file provided by "marker_msgs" with any of the following names:

marker_msgsConfig.cmake
marker_msgs-config.cmake

Add the installation prefix of "marker_msgs" to CMAKE_PREFIX_PATH or set "marker_msgs_DIR" to a directory containing one of the above files. If "marker_msgs" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): tuw_marker_detection/tuw_aruco/CMakeLists.txt:10 (find_package)

`

Can you help with this error. Thanks

Alex

maxbader commented 7 years ago

you also have to install marker_msgs Using the ros ppa: sudo apt-get install ros-kinetic-marker-msgs or from the repository http://wiki.ros.org/marker_msgs

:-)