Coder Social home page Coder Social logo

Comments (4)

mkoval avatar mkoval commented on April 20, 2024 3

The second error message is correct. apriltagscpp is a standard CMake (i.e. non-Catkin) package. catkin_make only supports building a homogeneous workspace (i.e. only Catkin packages), so it not possible to build a a mixture of Catkin and non-Catkin packages.

You need to build to workspace with catkin build or catkin_make_isolated, which do support non-homogeneous workspaces. I recommend catkin build because it supports building multiple packages in parallel.

Alternatively, you can use cmake to manually install apriltagscpp into a directory of your choice and add that directory to CMAKE_PREFIX_PATH before building apriltags.

from apriltags.

psigen avatar psigen commented on April 20, 2024

This latest version of the code should not require a download during build. Instead, it requires checking out two repositories into your catkin workspace, apriltags and apriltags-cpp.

This was changed in #25.

https://github.com/personalrobotics/apriltags
https://github.com/personalrobotics/apriltags-cpp

from apriltags.

g41903 avatar g41903 commented on April 20, 2024

2 questions:

  1. I clone apriltags and it shows

Could not find a package configuration file provided by "apriltagscpp" with
any of the following names:
apriltagscppConfig.cmake
apriltagscpp-config.cmake
Add the installation prefix of "apriltagscpp" to CMAKE_PREFIX_PATH or set
"apriltagscpp_DIR" to a directory containing one of the above files. If
"apriltagscpp" provides a separate development package or SDK, be sure it
has been installed.

  1. I clone apriltags-cpp and it shows

This workspace contains non-catkin packages in it, and catkin cannot build
a non-homogeneous workspace without isolation. Try the
'catkin_make_isolated' command instead.

from apriltags.

IndustrialEngStudent avatar IndustrialEngStudent commented on April 20, 2024

2 questions:

  1. I clone apriltags and it shows

Could not find a package configuration file provided by "apriltagscpp" with
any of the following names:
apriltagscppConfig.cmake
apriltagscpp-config.cmake
Add the installation prefix of "apriltagscpp" to CMAKE_PREFIX_PATH or set
"apriltagscpp_DIR" to a directory containing one of the above files. If
"apriltagscpp" provides a separate development package or SDK, be sure it
has been installed.

I have the same problem. Is there another package needed called apriltagscpp (not apriltags-cpp)?

from apriltags.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.