ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You need to include eigen_conversions to find_package(catkin REQUIRED COMPONENTS ...)
in the CMakeList and in the package.xml of the stomp_moveit package. I have made a PR to fix this.