[turtlebot3_remote.launch] is neither a launch file in package [turtlebot3_bringup] nor is [turtlebot3_bringup] a launch file name The traceback for the exception was written to the log file

asked 2018-12-20 14:25:34 -0500

turtlebot3 gravatar image

updated 2018-12-21 12:39:23 -0500

I'm trying to load a Turtlebot3 on Rviz on my remote Pc.

To achieve this you I ran roscore on my remote Pc first. The second step is to run roslaunch turtlebot3_bringup turtlebot3_robot.launch on the Turtlebot Pc and that works completely fine. The third step is to run roslaunch turtlebot3_bringup turtlebot3_robot.launch on the remote Pc but I get this error:

RLException: [turtlebot3_remote.launch] is neither a launch file in package [turtlebot3_bringup] nor is [turtlebot3_bringup] a launch file name
The traceback for the exception was written to the log file

Important Info

I'm running ROS-melodic on remote Pc and ROS-kinetic on Turtlebot Pc
How can I fix this?

I'm also using the instruction on the website for turtlebot3 .
http://emanual.robotis.com/docs/en/pl...

edit retag flag offensive close merge delete

Comments

Why are trying to launch the turtlebot3 code on your remote PC? You should only need to run rviz on the remote PC (besides roscore)

jayess gravatar image jayess  ( 2018-12-20 21:44:50 -0500 )edit

I'm following the instructions on the website for turtlebot3 and it says to run turtlebot3 code.

turtlebot3 gravatar image turtlebot3  ( 2018-12-21 12:38:05 -0500 )edit

I run into the same problem when I switched to melodic

nsdolic gravatar image nsdolic  ( 2019-03-31 12:03:43 -0500 )edit

Has this problem solved? Cause I'm getting the same error but couldn't solve it. I'm using melodic version on remote pc. I'd tried to install melodic on turtlebot pc too but not worked. Plss help..

zeynasip gravatar image zeynasip  ( 2020-11-12 00:01:48 -0500 )edit