build eclipse project on ros [closed]
Based on the tutorial Catkin-y approach on the website http://wiki.ros.org/IDEs , I execute the command:
catkin_make_isolated --force-cmake -G"Eclipse CDT4 - Unix Makefiles"
the .project file should be generated, but I can't find this file. Any suggestion? Thanks.