No rospkg Arch Linux
Hi,
I am trying to compile all the packages in Arch Linux but I received an error. I installed with success the ros-core. Now the problem is this: I followed this guide but when I write the command:
rosmake -a
I receive this message:
mkdir -p bin cd build && cmake -Wdev
-DCMAKE_TOOLCHAIN_FILE=`rospack find rosbuild`/rostoolchain.cmake .. [rosbuild] Building package ivcon [rosbuild] Error from syntax check of ivcon/manifest.xml Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/opt/ros/fuerte/lib/python2.7/site-packages/roslib/__init__.py", line 50, in <module>
from roslib.launcher import load_manifest
File "/opt/ros/fuerte/lib/python2.7/site-packages/roslib/launcher.py", line 42, in <module>
import rospkg ImportError: No module named 'rospkg' CMake Error at /opt/ros/fuerte/share/ros/core/rosbuild/private.cmake:78 (message):
[rosbuild] Syntax check of ivcon/manifest.xml failed; aborting Call Stack (most recent call first):
/opt/ros/fuerte/share/ros/core/rosbuild/public.cmake:174 (_rosbuild_check_manifest)
CMakeLists.txt:3 (rosbuild_init)
-- Configuring incomplete, errors occurred!
It seems that I have not rospkg installad, but it is not. I follewed this post without success. Could you help me? Thanks in advance
Asked by Andrea on 2013-03-25 09:07:17 UTC
Comments