debian source install groovy [closed]
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 catkin_make_isolated
- opencv2 is always remade
- /home/x75/ros_catkin_ws/install_isolated/lib/libimage_transport.so is missing in polled_camera $ vim CMakeFiles/polled_camera.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 simple_navigation_goals_tutorial
- at which point i could run my stuff, regardless
Cool, thx. Maybe you or someone else can write this up at http://www.ros.org/wiki/groovy/Installation/Debian
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 :(