You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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:
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
The text was updated successfully, but these errors were encountered: