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

Shouldn't the OpenCV include paths (because the libraries are not used in Eclipse) be added to your Eclipse project automatically if you have your package dependencies setup correctly (ie: you state your OpenCV dependency in your pkg manifest)?

Shouldn't the OpenCV include paths (because the libraries are not used in Eclipse) be added to your Eclipse project automatically if you have your package dependencies setup correctly (ie: you state your OpenCV dependency in your pkg manifest)?


Edit: I should've said: "you state your OpenCV dependency in your pkg manifest CMakeLists.txt".

The Eclipse project file generator only works with the information in the CMakeLists.txt, so you need to add it there.