Skip to content
Snippets Groups Projects
Commit 62bc68a4 authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

the rospkg installation natively (in the installation script) is only required...

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
parent eb9318bb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment