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

Revision history [back]

Beside of the mentioned http://www.ros.org/wiki/IDEs page you need to know that at best you start Eclipse from terminal (e.g. bash) to provide the correct environmental variable settings.

Beside of the mentioned http://www.ros.org/wiki/IDEs page you need to know that at best you start Eclipse from terminal (e.g. bash) to provide the correct environmental variable settings.

Otherwise if you start the IDE from the GUI you need to setup the Paths either by hand or using the scripts

make eclipse-project

and

cmake -G"Eclipse CDT4 - Unix Makefiles"

respectively.