Robotics StackExchange | Archived questions

[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

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/platform/turtlebot3/bringup/#run-roscore

Asked by turtlebot3 on 2018-12-20 15:25:34 UTC

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)

Asked by jayess on 2018-12-20 22:44:50 UTC

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

Asked by turtlebot3 on 2018-12-21 13:38:05 UTC

I run into the same problem when I switched to melodic

Asked by nsdolic on 2019-03-31 12:03:43 UTC

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..

Asked by zeynasip on 2020-11-12 01:01:48 UTC

Answers