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

Revision history [back]

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

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. 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

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. you:

  1. to understand what rosdep is 2. 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. ros)
  3. to open your terminal and run cd and source /opt/ros/jade/setup.bash
  4. 4.
  5. to run sudo apt-get install ros-jade-rviz