ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Try the following:

find_package(catkin REQUIRED cmake_modules )

where cmake_modules is not a component

Maybe a stupid question: did you install Eigen on your board?

Try the following:

find_package(catkin REQUIRED cmake_modules )
find_package(Eigen REQUIRED)

where cmake_modules is not a component

Maybe a stupid question: did you install Eigen on your board?

Try the following:following please:

find_package(catkin REQUIRED cmake_modules )
find_package(Eigen REQUIRED)

where cmake_modules is not a component

Maybe a stupid question: did you install Eigen on your board?