use rosdep install rviz and get error: Missing resource rviz

asked 2021-11-10 07:01:40 -0500

resplendent star gravatar image

updated 2021-11-10 10:03:34 -0500

gvdhoorn gravatar image

platform info:

ubuntu 18.04 ros:melodic

(base) lzw@lzw-OptiPlex-7060:~/software/ceres-bin-2.0.0$ rosdep install rviz
ERROR: Rosdep cannot find all required resources to answer your query
Missing resource rviz
ROS path [0]=/opt/ros/melodic/share/ros
ROS path [1]=/home/lzw/desktop/2021_10_project/code/FP-Loc/FP-Loc/src
ROS path [2]=/home/lzw/nd/sem2/AD/project/code/tools/kitti_to_rosbag_for_vio-master/src
ROS path [3]=/home/lzw/nd/sem2/AD/project/code/VINS_MONO_WS_OPENCV_3.2.0/src
ROS path [4]=/home/lzw/nd/sem2/AD/project/code/tools/tools_ws/src
ROS path [5]=/home/lzw/nd/sem2/AD/project/code/A_LOAM_ws/src
ROS path [6]=/home/lzw/resplendent_code/basic_code/ros_basic/src
ROS path [7]=/opt/ros/melodic/share
ROS path [8]=/home/lzw/desktop/2021_10_project/code/FP-Loc/FP-Loc/
ROS path [9]=/home/lzw/nd/sem2/AD/ORB_SLAM3-master/Examples/ROS
edit retag flag offensive close merge delete

Comments

1

Possible duplicate of #q226045

abhishek47 gravatar image abhishek47  ( 2021-11-10 07:23:24 -0500 )edit

Perhaps the OP could explain what he wanted to do, instead of just posting an error message.

rosdep install does not install whatever package you specify. It only installs the dependencies. So if the intent was to install RViz, rosdep install would not be the correct command.

gvdhoorn gravatar image gvdhoorn  ( 2021-11-10 10:04:31 -0500 )edit