turtlebot / turtlebot_create

It keeps iRobot Create specific packages
http://www.ros.org/wiki/turtlebot_create
24 stars 40 forks source link

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 6 years ago

samiksha-ambekar commented 6 years ago

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 commented 6 years ago

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.