ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

[rospack] Error: package 'turtlebot3_description' not found

asked 2018-12-21 15:15:18 -0500

turtlebot3 gravatar image

updated 2018-12-21 15:20:28 -0500

I'm following the steps from the Robotis e-Manual website http://emanual.robotis.com/docs/en/pl...

Currently:

  • I'm running roscore on remote pc.
  • I'm running roslaunch turtlebot3_bringup turtlebot3_robot.launch on turtlebot pc.

But every time I run the command below on the remote pc:

 rosrun rviz rviz -d `rospack find turtlebot3_description`/rviz/model.rviz

I get is error:

[rospack] Error: package 'turtlebot3_description' not found
[ INFO] [1545426118.806539706]: rviz version 1.13.1
[ INFO] [1545426118.806617414]: compiled against Qt version 5.9.5
[ INFO] [1545426118.806637712]: compiled against OGRE version 1.9.0 (Ghadamon)
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
[ INFO] [1545426119.532401104]: Stereo is NOT SUPPORTED
[ INFO] [1545426119.533532469]: OpenGl version: 4.6 (GLSL 4.6).
libpng warning: iCCP: known incorrect sRGB profile

After I get this message,a window with the title model.rivz* -VZiz and it's suppose to display the robot and it doesn't. Also I get a global status error.image description

How do I fix this??

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2018-12-21 19:19:42 -0500

turtlebot3 gravatar image

updated 2018-12-21 19:20:07 -0500

I've found a solution for this. After you have installed ROS, you need to create a ROS workspace and setup a bash. Immediately you need to make sure your workspace is properly overlayed by the setup script, make sure ROS_PACKAGE_PATH environment variable includes the directory you're in.
Follow this website, step 3 for instruction-- http://wiki.ros.org/ROS/Tutorials/Ins...

edit flag offensive delete link more
0

answered 2020-09-06 09:43:46 -0500

robotwizard gravatar image

try

echo $TURTLEBOT3_MODEL

if it's not defined you can define like so

export TURTLEBOT3_MODEL=waffle
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-12-21 15:15:18 -0500

Seen: 4,425 times

Last updated: Dec 21 '18