Where can I find the launch files "put_robot_in_world.launch" and "start_world.launch" inside the package "turtlebot3_gazebo"?"
Hi everyone,
I'm trying to recreate the turtlebot3 example of the "openai_ros" package found in their git on bitbucket.org. I used the tutorial found inside the link http://wiki.ros.org/openai_ros/Turtle... to know which files I needed to use from the turtlebot3 example on the git to try the training, but when I run roslaunch my_turtlebot3_openai_example start_training_v2.launch
, in the terminal appears the following error:
RLException: [start_world.launch] is neither a launch file in package [turtlebot3_gazebo] nor is [turtlebot3_gazebo] a launch file name
The traceback for the exception was written to the log file
RLException: [put_robot_in_world.launch] is neither a launch file in package [turtlebot3_gazebo] nor is [turtlebot3_gazebo] a launch file name
The traceback for the exception was written to the log file
I checked inside the package mentioned in the error, but there were no such files inside the "launch" folder. Does someone know where can I find these files, or how can I create them?
Platform used: Ubuntu 20.04.4 64bit with kernel version 5.13.0-30-generic, ROS Noetic
Hi! Couldn't that be because you're using noetic? could noetic be fully combined with OpenAI?
Hi, same problem here. @Belghiti, ros is looking for a launch file in package turtlebot3_gazebo, that don't exists. So you can change the ros version the file will still not exists.
Have you find the solution @JorgeBV99 ?