Robotics StackExchange | Archived questions

who can help me with a eclipse invalid project path ?

this is my problem,

Invalid project path: Include path not found (/opt/ros/electric/ros/core/roslib/msg_gen/cpp/include).

eclipse version is : 3.7.0

ubuntu 11.10 electric

(optional : answer in Spanish if you can please )

Asked by SEBASSALSA on 2014-03-06 14:44:44 UTC

Comments

Answers

How did you generate the eclipse project? For fuerte you should use: make eclipse-project in the root directory of your project. Also make sure that all ROS related environment variables are set when you launch eclipse. More info here: http://wiki.ros.org/IDEs

Como generaste el proyecto de eclipse? Para fuerte deberias usar: make eclipse-project en el directorio raiz de tu proyecto. Tambien asegurate de que todas las variables de entorno relacionadas con ROS estan definidas cuando lanzas eclipse. Para mas informacion: http://wiki.ros.org/IDEs

Asked by Martin Peris on 2014-03-06 15:01:35 UTC

Comments

.show the next answer please

Asked by SEBASSALSA on 2014-03-06 15:28:57 UTC

when I run (rosmake ......) in the response of execution generates:

CMake Warning: Manually-specified variables were not used by the project:

  CMAKE_TOOLCHAIN_FILE

-- Build files have been written to: /home/sebastian/ros_workspace/depth/build -------------------------------------------------------------------------------} [ rosmake ] Output from build of package depth written to: [ rosmake ] /home/sebastian/.ros/rosmake/rosmake_output-20140306-212145/depth/build_output.log [rosmake-0] Finished <<< depth [FAIL] [ 5.41 seconds ]
[ rosmake ] Halting due to failure in package depth. [ rosmake ] Waiting for other threads to complete. [ rosmake ] Results:
[ rosmake ] Built 15 packages with 1 failures.
[ rosmake ] Summary output to directory
[ rosmake ] /home/sebastian/.ros/rosmake/rosmake_output-20140306-212145

I don't that with the warning

CMake Warning: Manually-specified variables were not used by the project:

  CMAKE_TOOLCHAIN_FILE

Asked by SEBASSALSA on 2014-03-06 15:30:47 UTC

Comments