From 62bc68a4f710075fe98be9a47df94bc60ba5f592 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Wed, 12 Dec 2012 09:04:06 +0100 Subject: [PATCH] the rospkg installation natively (in the installation script) is only required because the PYTHON_PATH is not set, which is not set because the easy_install.pth files are deleted --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 084e010..74468c3 100644 --- a/install.sh +++ b/install.sh @@ -7,9 +7,9 @@ scp lukas@192.168.7.1:/home/lukas/ros_server/fuerte-ros-base.rosinstall . mkdir ~/ros rosinstall --catkin ~/ros fuerte-ros-base.rosinstall # install rospkg manually -git clone ssh://lukas@192.168.7.1//home/lukas/ros_server/rospkg -cd ~/rospkg -python setup.py install +## git clone ssh://lukas@192.168.7.1//home/lukas/ros_server/rospkg +## cd ~/rospkg +## python setup.py install # apply patch cd ~/ros/ros_comm patch -p1 << EOF