Robotics StackExchange | Archived questions

build eclipse project on ros

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.

Asked by ZYS on 2016-06-15 13:41:33 UTC

Comments

Answers

Did you check the build folder?

Asked by searchrescue on 2016-06-15 15:33:13 UTC

Comments

Sure. I can't find the .project file or .cproject file on the build folder.

Asked by ZYS on 2016-06-16 12:31:24 UTC

How do you list the build directory?

Try this: $ cd ~/catkin_ws/build $ ls -al

Asked by rezafirouzi on 2018-03-15 01:17:11 UTC

Comments