Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.

ipab-slmc/eigenpy_catkin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eigenpy Build Status

DEPRECATED This repository wraps and releases version 1.5 of eigenpy for use in catkin-based projects.

IMPORTANT NOTE

The upstream project has been fixed and made compatible with catkin. As thus, we are in the process of deprecating this wrapper. Please use eigenpy directly in your catkin workspace. You can include it via

find_package(PkgConfig)
pkg_check_modules(eigenpy REQUIRED eigenpy)
include_directories(${eigenpy_INCLUDE_DIRS})