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

using eclipse in linux(make instruction)

asked 2012-08-05 21:44:34 -0500

An-Suyoel gravatar image

In order to use Eclipse to use the make command. However, error orccured

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! WARNING: current working directory is not on ROS_PACKAGE_PATH! Please update your ROS_PACKAGE_PATH environment variable. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Is there a solution?

Thank you for reading my answer.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2012-08-06 09:59:26 -0500

updated 2012-08-06 10:01:39 -0500

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.

edit flag offensive delete link more
2

answered 2012-08-06 00:32:40 -0500

dornhege gravatar image

Did you follow this page: http://www.ros.org/wiki/IDEs ?

Is your working directory in the ROS_PACKAGE_PATH?

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-08-05 21:44:34 -0500

Seen: 190 times

Last updated: Aug 06 '12