ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I guess you have almost everything correct.
But in find_package(Eigen REQUIRED)
, Eigen
should start with a capital letter.
See the Usage document on cmake_modules