Eclipse IDE Run Configurations Environment Variables [closed]
I am configuring Eclipse to enable autocompletion for programming using rospy. So, can anyone please provide the Paths in Eclipse for the following Variables :
1) PATH 2) PYTHONPATH 3) ROS_MASTER_URI 4) ROS_PACKAGE_PATH 5) ROS_ROOT
I have followed all the steps from the tutorial here. http://wiki.ros.org/IDEs
But, when I run the test.py file, it gives an error saying "No Module named rospy"
I think, I am not setting the environment variables correctly. Hence, Please someone provide the environment variables you use so that I can correct the mistake if any.
Also, if somebody of you have any other suggestions, I would be pleased to know
Thanks,