ROS installation failes: Failed to process package 'roslisp'
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/Installing%20ROS%20Kinetic%20on%20the%20Raspberry%20Pi
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/catkinmakeisolated --install -DCMAKEBUILDTYPE=Release --install-space /opt/ros/kinetic
I get the error:
make: *** No rule to make target 'cmakecheckbuildsystem'. Stop.
<== Failed to process package 'roslisp':
Command '['/opt/ros/kinetic/env.sh', 'make', 'cmakecheckbuildsystem']' returned non-zero exit status 2
Reproduce this error by running:
==> cd /home/pi/roscatkinws/buildisolated/roslisp && /opt/ros/kinetic/env.sh make cmakecheckbuildsystem
What am I doing wrong? If you have general advices for me using Raspberry + opensv + ros, like another linux distribution, please let me know.
Asked by buchner on 2017-10-15 09:47:20 UTC
Comments