-
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 while compiling ros_marker #4
Comments
The error message says: |
Okay you were right. The chilitags was not installed properly. So, I did this again. started roslaunch server http://c3po:33766/ SUMMARYPARAMETERS
NODES auto-starting new master setting /run_id to b368a0ca-ea67-11e3-b170-080027b3edc7 But when i do locate libchilitags.so I can see the file in my system. How can i fix this ? |
I have created a new catkin workspace named baxter_ws and I have added the chilitags repository and ros_marker repository as a catkin package in it. When i do catkin_make, i get the following error :
-- +++ processing catkin package: 'ros_markers'
-- ==> add_subdirectory(ros_markers)
-- Using these message generators: gencpp;genlisp;genpy
-- checking for one of the modules 'chilitags'
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:350 (message):
None of the required 'chilitags' found
Call Stack (most recent call first):
ros_markers/CMakeLists.txt:19 (pkg_search_module)
It is being caused by this line in the CMake file (already provided on your ros_marker repository) :
find_package(PkgConfig)
pkg_search_module(CHILITAGS REQUIRED chilitags)
Any suggestions on how to fix this ?
The text was updated successfully, but these errors were encountered: