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

Problem installing uvc_cam on ARM/Hydro

asked 2014-05-02 12:39:35 -0500

DrBot gravatar image

Trying to do a uvc_cam install on a Panda Board under hydro following the Ros By Example instructions. I get 55 successes and one failure. the Package path is correct and roscd finds the correct source directory in ros_workspace. I did call rosdep update and tried again with the same failure message.

I am guessing I am missing a dependency, but not sure which.

Here is the build log:

-- Configuring incomplete, errors occurred! make: * [all] Error 1 team751@team75-pb:~/.ros/rosmake/rosmake_output-20140502-151735/uvc_cam$ more build_ou tput.log mkdir -p bin cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=/opt/ros/hydro/share/ros/core/rosbuild/ rostoolchain.cmake .. [rosbuild] Building package uvc_cam Failed to invoke /opt/ros/hydro/bin/rospack deps-manifests uvc_cam [rospack] Error: package/stack 'uvc_cam' depends on non-existent package 'driver_base' and rosdep claims that it is not a system dependency. Check the ROS_PACKAGE_PATH or t ry calling 'rosdep update'

CMake Error at /opt/ros/hydro/share/ros/core/rosbuild/public.cmake:129 (message):

Failed to invoke rospack to get compile flags for package 'uvc_cam'. Look above for errors from rospack itself. Aborting. Please fix the broken dependency!

Call Stack (most recent call first): /opt/ros/hydro/share/ros/core/rosbuild/public.cmake:203 (rosbuild_invoke_rospack) CMakeLists.txt:12 (rosbuild_init)

-- Configuring incomplete, errors occurred! make: * [all] Error 1

edit retag flag offensive close merge delete

Comments

Worked for me when I used catkin.

tonybaltovski gravatar image tonybaltovski  ( 2014-05-02 18:55:55 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-09-25 22:38:14 -0500

nick gravatar image

some packages not install. [rospack] Error: package/stack 'uvc_cam' depends on non-existent package 'driver_base' and rosdep claims that it is not a system dependency.

apt-cache search ros-hydro-driver-base, find the package and install it.

some packages else also not install, do the same thing

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-05-02 12:39:35 -0500

Seen: 535 times

Last updated: Sep 25 '14