ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Are you sure you set the relevant environment variables under (Project)Properties->C/C++ Make Project->Environment
too?
As far as I know Eclipse may not reach environment variables, such as ROS_PACKAGE_PATH
, ROS_ROOT
, PYTHONPATH
, PATH
. And you should add these manually.
I'm sure there should be a more elegant solution to add them automatically, but this worked for me every time.
2 | No.2 Revision |
Are you sure you set the relevant environment variables under (Project)Properties->C/C++ Make Project->Environment
too?
As far as I know Eclipse may not reach environment variables, such as ROS_PACKAGE_PATH
, ROS_ROOT
, PYTHONPATH
, PATH
. And you should add these manually.
I'm sure there should be a more elegant solution to add them so that they can be added automatically, but this worked for me every time.