Git Product home page Git Product logo

Comments (2)

AdmiralPellaeon avatar AdmiralPellaeon commented on May 27, 2024 1

@traversaro Thank you very much for the link to the discussion. Seems that the cmake generated solution is referencing Eigen but in an unsual way. It's not under the include paths but in the additional compiler options.

As a generic comment, did you considered using a package manager like vcpkg or conda with conda-forge to manage dependencies? Manually dealing with C++ dependencies tend to be difficult.

I sometimes use VCPKG. But the safety regulations on my working PC partly are in conflict with the tool. So I prefer building the projects by hand.

from fcl.

traversaro avatar traversaro commented on May 27, 2024

what is the benefit of using Eigen in FCL? Is there a performance advantage?

The issue in which FCL switched to Eigen is #96 , you can find some discussion there.

And an issue: I tried to create a Visual studio solution with CMAKE including Eigen. I downloaded the latest Eigenversion, unpacked the file and provided the path in cmake. But every time I hit the configure button, the Eigen path seems wrong and it goes back to unknown directory. What does the FCL cmake project expect so that creating a solution with Eigen works?
Or is it possible to add the Eigen support afterwards by setting a constant or similar?

I think you need to install Eigen, and then add to the CMAKE_PREFIX_PATH variable to the location where you installed Eigen.

As a generic comment, did you considered using a package manager like vcpkg or conda with conda-forge to manage dependencies? Manually dealing with C++ dependencies tend to be difficult.

from fcl.

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.