Robotics StackExchange | Archived questions

debian source install groovy

q: how about installing groovy from source on debian

a: following ubuntu based source install on http://www.ros.org/wiki/groovy/Installation/Source

** install ros/groovy on debian

prerequisites

  1. install rosdep via pip ros/wiki/rosdep
  2. install wstool via pip ros/wiki/wstool
  3. add python-qwt5-qt4, pydot for debian to python.yaml:
  4. checkinstall collada-dom from 2.4 tarball as collada-dom-dev
  5. add debian collada-dom to base.yaml
  6. rosdep satisfied

running catkinmakeisolated

  1. opencv2 is always remade
  2. /home/x75/roscatkinws/installisolated/lib/libimagetransport.so is missing in polledcamera $ vim CMakeFiles/polledcamera.dir/link.txt
  3. pcl segfaults with parallel make (e.g. -j2), do standalone make in build dir, then rerun catkin

rosmake -a

Asked by x75 on 2013-01-10 11:35:04 UTC

Comments

Cool, thx. Maybe you or someone else can write this up at http://www.ros.org/wiki/groovy/Installation/Debian

Asked by KruseT on 2013-01-10 13:34:08 UTC

I just ran into similar problems trying to compile it on the RasPi. How can I tell it not to rebuild opencv2? Only this package takes about 7 hours to compile :(

Asked by kalectro on 2013-01-10 16:49:33 UTC

Answers