ROS installation failes: Failed to process package 'roslisp'

asked 2017-10-15 09:47:20 -0500

Hello and thank you in advance for your help.

I am using:
- Raspberry Pi 3
- Raspbian Jessie
and want to install:
- ROS kinetic

I followed the installation guide: http://wiki.ros.org/ROSberryPi/Instal...

Because I want to combine it with opencv 3.3.0, I installed it in the virtual environment (it was recommended), where I installed opencv. I don't know if that could be a problem.

When I run:
sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/kinetic

I get the error:
make: * No rule to make target 'cmake_check_build_system'. Stop. <== Failed to process package 'roslisp': Command '['/opt/ros/kinetic/env.sh', 'make', 'cmake_check_build_system']' returned non-zero exit status 2

Reproduce this error by running:
==> cd /home/pi/ros_catkin_ws/build_isolated/roslisp && /opt/ros/kinetic/env.sh make cmake_check_build_system

What am I doing wrong? If you have general advices for me using Raspberry + opensv + ros, like another linux distribution, please let me know.

edit retag flag offensive close merge delete