Skip to content

Cmake Error while compiling ros_marker #4

@ktiwari9

Description

@ktiwari9

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions