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
- install rosdep via pip ros/wiki/rosdep
- install wstool via pip ros/wiki/wstool
- add python-qwt5-qt4, pydot for debian to python.yaml:
- checkinstall collada-dom from 2.4 tarball as collada-dom-dev
- add debian collada-dom to base.yaml
- rosdep satisfied
running catkinmakeisolated
- opencv2 is always remade
- /home/x75/roscatkinws/installisolated/lib/libimagetransport.so is missing in polledcamera $ vim CMakeFiles/polledcamera.dir/link.txt
- pcl segfaults with parallel make (e.g. -j2), do standalone make in build dir, then rerun catkin
rosmake -a
- builds 101 of 103 packages, then bails out at simplenavigationgoals_tutorial
- at which point i could run my stuff, regardless
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