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

This commit is contained in:
Lukas Bulwahn 2012-12-12 09:04:06 +01:00
parent eb9318bb9c
commit 62bc68a4f7
1 changed files with 3 additions and 3 deletions

View File

@ -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