Eclipse project creation error
I just got eclipse kepler installed and it seems to work fine. However I went to create an eclipse project for a package and got this error:
rosbox@rosbox-VirtualBox:~/catkin_ws/src/beginner_tutorials$ make eclipse-project
`make: *** No rule to make target `eclipse-project'. Stop.
I'm using ROS groovy on ubuntu 12.04. I tried looking around this thread: http://answers.ros.org/question/11367/problem-integrating-ros-with-eclipse-indigo/ but I didn't really find anything that worked. They were talking about the cmake files in one of the comments but I didn't quite follow what they were talking about.
Thanks!