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

Image-pipeline groovy unmet dependencies

asked 2013-07-16 18:45:28 -0500

nav gravatar image

updated 2014-01-28 17:17:17 -0500

ngrennan gravatar image

Hello, I am trying to install ros-groovy-image-pipeline (sudo apt-get install ros-groovy-image-pipeline) on my beaglebone running ubuntu precise. when i try to install image-pipeline i get the following unmet dependencies. ros-groovy-image-pipeline: Depends: ros-groovy-depth-image-proc but it is not installable.

Any help would be appreciated.. Thank You, Nav

edit retag flag offensive close merge delete

Comments

It may be missing temporarily due to repository updates. Try it again?

joq gravatar image joq  ( 2013-07-17 13:43:00 -0500 )edit

I tried last night, but got the same unmet dependency ros-groovy-depth-image-proc. I am thinking about downloading source code and compiling it...is this a good idea? Or am i missing something fundamental with the error above?

nav gravatar image nav  ( 2013-07-23 07:48:55 -0500 )edit

Building from source is more error-prone. If Ubuntu package installation is not working, you probably have something fundamentally wrong, yet probably easy to fix. Do the basics first: make sure your APT sources are correct, and run `sudo apt-get update`.

joq gravatar image joq  ( 2013-07-23 09:44:40 -0500 )edit

thanks, I am sure i tried apt-get update when i initially had the problem, but i will try again tonight...

nav gravatar image nav  ( 2013-07-23 09:49:17 -0500 )edit

Maybe go back and work through the Ubuntu install instructions one step at a time: http://www.ros.org/wiki/groovy/Installation/Ubuntu

joq gravatar image joq  ( 2013-07-23 09:55:16 -0500 )edit

Thanks for replying, Joq.I followed the instructions for ubuntu for ARM, and ...no luck, still same error. I downloaded source code for image_pipeline and tried rosmake and rosdep install depth_image_proc src. its complaining its unable to get sudo apt-get ros-groovy-pcl-ros..i wonder if this is the underlying issue.

nav gravatar image nav  ( 2013-07-24 08:50:45 -0500 )edit

I assumed you were using the main Ubuntu repository for i386 and amd64. ARM is a different issue. That repo is experimental and not complete, you might contact @ahendrix about it.

joq gravatar image joq  ( 2013-07-24 09:15:23 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-07-24 21:02:28 -0500

ahendrix gravatar image

There is no compiled version of PCL for ARM; you'll have to build it yourself.

Building PCL from source is tricky and incredibly time-consuming; you may want to seek guidance from other ARM users who have done the same thing. At the very least, make sure the parallelism level is turned down (look for -j options to make and/or ros parallel build cmake variables). This will help limit the amount of memory used during the compile process.

This has been a problem for some months because the older versions of the PCL sourcedebs didn't build on Precise for ARM. I think it's been fixed since then, but my farm is out of date after the rosdistro update and needs some serious work before it will build debs again.

edit flag offensive delete link more

Comments

I am trying to compile the source code for pcl, its complaining about ros-groovy-flann. i dont know how much more time i want to invest in this. I think i might focus on opencv purely for my stereo vision needs. Appreciate the reply and help :)

nav gravatar image nav  ( 2013-07-26 11:02:49 -0500 )edit

There is no compiled build of flann for ARM; you'll have to install that from source as well. In general, "complaining about" is not specific enough. "complaining that XYZ cannot be found" of "is not installable" is more helpful, and the full command output is even more helpful.

ahendrix gravatar image ahendrix  ( 2013-07-29 07:32:20 -0500 )edit

Yeah, there is no compiled version for flann. I am unable to find src for flann, is it part of another package?

nav gravatar image nav  ( 2013-07-29 08:08:38 -0500 )edit

Question Tools

Stats

Asked: 2013-07-16 18:45:28 -0500

Seen: 474 times

Last updated: Jul 24 '13