Eclipse with ROS stil not working
Hi,
I have a problem with the IDE eclipse. I read and did all the instruction on this tutorial: http://wiki.ros.org/IDEs#Reusing_your... I did like twice but i have a problem at the step 5: runing and debugging with eclipse.
"Create a new launch configuration, by clicking on Run --> Run configurations... --> C/C++ Application (double click or click on New). Select the correct binary on the main tab (Search project should work when your binary was already built). Then in the environment tab, add (at least)"
The problem is that i dont have any binary file. I read differents posts on the internet and did others tutorials but i wasn't able to find a solution. Here the screenshot http://hpics.li/a39a48a (i tried "search project" but it's empty)
Can someone help me ?
Thank you
just to make sure: have you build your project before you try to create a Run configuration?
Yes i click on build project. I also click on index -> rebuild index
And after building, you have nothing under Targets? The index is only for source code completion, it should not have anything to do with your current problem.
I have only two things: [lib] gtest and [lib] gtest_main . should have I something else ?
And again, just to be sure: which of the sections of wiki.ros.org/IDEs did you follow? The
rosbuild
based one (first section) will not work properly forcatkin
projects.Yes i did the part with CatKin project...I really don't understand what is the problem. Are you agree that i have to do the catkin command at the root of the package ?
Hey man I have the same problem. Let's see if we can figure this out. For a work around, I created a new run configuration with the binaries from catkin_workspace/devel/lib/<project>. These are the binaries that catkin_make generates. so you have to use catkin_make in terminal, before using run
I was able to run it, I directly selected the binary fin in the bin folder generated by the compiler ! Thanks