Re: [ros-users] python_orocos_kdl eigen2 dependency

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: Wim Meeussen
Dato:  
Til: William Woodall
CC: User discussions
Emne: Re: [ros-users] python_orocos_kdl eigen2 dependency
> I can confirm that it doesn't need them, I was able to remove those
> offending lines and get it working, I will file a ticket.


Great! There's a link to the Orocos bug tracking on the bottom of
this page <http://www.ros.org/wiki/orocos_kinematics_dynamics>


> I will also file a ticket for another issue I found with that package.  On
> my setup I had to add this:
>
>  find_package(PythonInterp REQUIRED)
>
> +find_package(PythonLibs REQUIRED)
>
>  list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
>
>  find_package(SIP REQUIRED)
>
>  include(SIPMacros)
>
>
> -include_directories(${SIP_INCLUDE_DIR})
>
> +include_directories(${SIP_INCLUDE_DIR} ${PYTHON_INCLUDE_DIRS})
>
> Does this seem like it should be necessary?



I'm not sure about this problem, but it's definitely worth to report
to the kdl folks.

Wim





--
--
Wim Meeussen
Willow Garage Inc.
<http://www.willowgarage.com)