Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: cannot launch node of type [create_node/turtlebot_node.py]: can't locate node [turtlebot_node.py] in package [create_node] #37

Open
samiksha-ambekar opened this issue Feb 17, 2018 · 1 comment

Comments

@samiksha-ambekar
Copy link

Hi,

I am have installed turtlebot binaries. While executing : roslaunch turtlebot_bringup minimal.launch
I am getting error as :

ERROR: cannot launch node of type [create_node/turtlebot_node.py]: can't locate node [turtlebot_node.py] in package [create_node]
ERROR: cannot launch node of type [create_node/kinect_breaker_enabler.py]: can't locate node [kinect_breaker_enabler.py] in package [create_node]
ERROR: cannot launch node of type [create_node/load_calib.py]: can't locate node [load_calib.py] in package [create_node]

I have attached the error. I have reinstalled turtlebot package more than thrice. I am still facing this issue.
Any help with this issue is really appreciated.

Thanks in advance

turtlebot_error.txt

@samiksha-ambekar
Copy link
Author

I changed /opt/ros/kinetic/setup.bash to uncomment following line:

_CATKIN_SETUP_DIR=$(builtin cd "dirname "${BASH_SOURCE[0]}"" > /dev/null && pwd) . "$_CATKIN_SETUP_DIR/setup.sh"

commented below lines:

source setup.sh from same directory as this file
#export MY_WORKSPACE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" #if [ -d ${MY_WORKSPACE}/devel ]; then

source ${MY_WORKSPACE}/devel/setup.bash
It worked after this. I did not see create_node error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant