Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource not found: turtlebot3_description #9

Open
prabanjan2419 opened this issue Feb 4, 2022 · 1 comment
Open

Resource not found: turtlebot3_description #9

prabanjan2419 opened this issue Feb 4, 2022 · 1 comment

Comments

@prabanjan2419
Copy link

prabanjan@ubuntu:$ echo $TURTLEBOT3_MODEL
waffle_pi
prabanjan@ubuntu:
$ source /.bashrc
prabanjan@ubuntu:
$ roslaunch turtlebot3_gazebo turtlebot3_world.launch
... logging to /home/prabanjan/.ros/log/4a5e619c-858b-11ec-856a-000c29ccc10b/roslaunch-ubuntu-7199.log
Checking log directory for disk usage. This may take a while.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

WARNING: Package name "Mine_description" does not follow the naming conventions. It should start with a lower case letter and only contain lower case letters, digits, underscores, and dashes.
WARNING: Package name "Mine_description" does not follow the naming conventions. It should start with a lower case letter and only contain lower case letters, digits, underscores, and dashes.
Resource not found: turtlebot3_description
ROS path [0]=/opt/ros/melodic/share/ros
ROS path [1]=/home/prabanjan/gitbee/src
ROS path [2]=/home/prabanjan/rigbee/src
ROS path [3]=/home/prabanjan/ros/src
ROS path [4]=/home/prabanjan/ADAS/src
ROS path [5]=/home/prabanjan/catkin_ws/src
ROS path [6]=/opt/ros/melodic/share
The traceback for the exception was written to the log file

I am getting this error. How can I resolve?

@Alcatraz1337
Copy link

You can download turtlebot3's description files and so on by doing:

cd your_catkin_ws/src
git clone -b melodic-devel https://github.com/ROBOTIS-GIT/turtlebot3
git clone -b melodic-devel https://github.com/ROBOTIS-GIT/turtlebot3_simulations

And then

cd ../
catkin_make

So you can build and source the files and run the simulations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants