ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

I recommend you to use qtcreator that has a very good integration with cmake and therefore catkin. You can use the same CMakeLists.txt file as "project file" and you can generate the outputs in the same build folder you do with catkin_make.

If you are really starting I recommend you to use qtcreator that instead of eclipse. It has a very good integration with cmake and therefore catkin. catkin (I have worked with both)

You can use the same CMakeLists.txt file as "project file" and you can generate the outputs in the same build folder you do with catkin_make.