Git Product home page Git Product logo

eigen3_cmake_module's Introduction

About

The Robot Operating System (ROS) is a set of software libraries and tools that help you build robot applications. From drivers to state-of-the-art algorithms, and with powerful developer tools, ROS has what you need for your next robotics project. And it's all open source. Full project details on ROS.org

Getting Started

Looking to get started with ROS? Our installation guide is here. Once you've installed ROS start by learning some basic concepts and take a look at our beginner tutorials.

Join the ROS Community

Community Resources

Developer Resources

Project Resources

ROS is made possible through the generous support of open source contributors and the non-profit Open Source Robotics Foundation (OSRF). Tax deductible donations to the OSRF can be made here.

eigen3_cmake_module's People

Contributors

audrow avatar clalancette avatar methyldragon avatar paudrow avatar sloretz avatar yadunund avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eigen3_cmake_module's Issues

Why not just `target_link_libraries(my_target Eigen3::Eigen)`?

I understand Eigen3 does create standard cmake variables, and thus does not work well with ament_target_dependencies. But is there anything wrong with target_link_libraries(my_target Eigen3::Eigen)?

According to the documentation, we can write this for ament_auto based packages:

  • package.xml
<depend>eigen</depend>
  • CMakeLists.txt
find_package(Eigen3 REQUIRED)
ament_auto_add_library(my_target 
  # ...
)
target_link_libraries(my_target Eigen3::Eigen)

VS using eigen3_cmake_module:

  • package.xml
<depend>eigen3_cmake_module</depend>
<depend>eigen</depend>
find_package(Eigen3 REQUIRED)
ament_auto_add_library(my_target 
  # ...
)
ament_target_dependencies(my_target Eigen3)

Is there any difference between the two? Or is there a chance that with eigen3_cmake_module, it would be possible to skip the find_package and ament_target_dependencies thanks to ament_auto macros?

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.