[rospack] Error: package 'turtlebot3_description' not found
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.
How do I fix this??