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

How to use rviz

asked 2016-02-08 06:18:55 -0500

yoneyama1027 gravatar image

Hi guys! I'm beginner about ros.

Now I installed ros-jade-ros-base on raspberrypi 2(OS raspbian jessie).

I wanna use hector-slam and I could install it. but I cannot install Rviz .

I tryed install "rosdep install rviz" but "Erro: Rosdep cannot find all reqired resources to answer your query Missing resource rviz ROS path [0]=/opt/ros/jade/share/ros ROS path [1]=/opt/ros/jade/share ROS path [2]=/opt/ros/jade/stacks" was displayed.

Please help for solving this problem.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2016-02-08 07:08:28 -0500

updated 2016-02-08 07:09:57 -0500

Did you try to run : sudo apt-get install ros-jade-rviz before you run rosdep install rviz ? Here , the error is similar to yours. Look at the first answer "rosdep is a tool for installing system dependencies for source packages. It does not install the source for you". It means that you need to install rviz before you will run rosdep install rviz.

I advice you:

  1. to understand what rosdep is
  2. to check the paths (if the error said that rosdep cant find the resources , you need check them yourself. Maybe, you didnt install ros)
  3. to open your terminal and run cd and source /opt/ros/jade/setup.bash
  4. to run sudo apt-get install ros-jade-rviz
edit flag offensive delete link more

Comments

thank you your kindness. i tryed "sudo apt-get install ros-jade-rviz" but "E Unable to correct problems, you have broken packages." was displayed.

yoneyama1027 gravatar image yoneyama1027  ( 2016-02-08 07:57:13 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-02-08 06:18:55 -0500

Seen: 574 times

Last updated: Feb 08 '16