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

Rosdep cannot find all required resources

asked 2015-06-29 08:31:44 -0500

jossy gravatar image

I use ubuntu 12.04 and fuerte. I install lsd_slam and its readme says that

Using `live_slam`
If you want to directly use a camera.
rosrun lsd_slam_core live_slam /image:=<yourstreamtopic> /camera_info:=<yourcamera_infotopic>
When using ROS camera_info, only the image dimensions and the `K` matrix from the camera info messages will be used - hence the video has to be rectified.

I want to use live_slam on ROS. To install camera driver, I find this blog.

Firstly, I run 1.b section not 1.a. Then I tried rosdep install gscam, I get below error message.

ERROR: Rosdep cannot find all required resources to answer your query Missing resource gscam ROS path [0]=/opt/ros/fuerte/share/ros ROS path [1]=/opt/ros/fuerte/share ROS path [2]=/opt/ros/fuerte/stacks ROS path [3]=/home/user/fuerte_workspace/sandbox/

Conetnt of bashrc file is below :

source /opt/ros/fuerte/setup.bash export ROS_WORKSPACE=~/fuerte_workspace/ export ROS_PACKAGE_PATH+=:~/fuerte_workspace/sandbox/ export ROS_PACKAGE_PATH+=:~/fuerte_workspace/gscam/

How can I handle this error? Or, how can I get frame from webcam using ubuntu, ROS, fuerte?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-06-29 09:40:17 -0500

dornhege gravatar image

Did you install gscam?

rosdep does NOT install gscam, but dependencies for gscam.

edit flag offensive delete link more

Comments

I install gscam using svn. It locates under fuerte_workspace.

jossy gravatar image jossy  ( 2015-06-29 09:53:27 -0500 )edit
1

Something with your paths seems to be wrong. You list the gscam export, but the error provided by rosdep does not contain that path. Maybe you forgot to source something.

dornhege gravatar image dornhege  ( 2015-06-29 10:40:12 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-06-29 08:31:44 -0500

Seen: 4,028 times

Last updated: Jun 29 '15