Robotics StackExchange | Archived questions

Beginner -> receive error for turtlebot2

Hello everyone.I use ROS melodic for first time. I want to do the first example which is turtlebot2 I followed the instructions from this link , but I receive an error when I give this command:

roslaunch turtlebot_bringup minimal.launch

Error I receive: [Error]((https://drive.google.com/file/d/1Xvpncb5WWwmdjfDTG070BzjefG78woL4/view?usp=sharing)

Asked by NickRos on 2020-07-17 04:41:04 UTC

Comments

*****Error: link

Asked by NickRos on 2020-07-17 04:50:01 UTC

Please use the preformatted text button to post the error so that they become searchable and make it easier for others to help you, instead of posting a screenshot of the output. This error means that the package or python file couldn't be found. Make sure you know where the file is located (or that it is installed) and that place is in a workspace that is sourced. The error specifies where ROS is looking to find the package.

Asked by achille on 2020-07-17 09:56:06 UTC

Answers