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

trying if rospkg-dev can replace native installation of rospkg in the installation script

parent bbde933b
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 . ...@@ -7,9 +7,9 @@ scp lukas@192.168.7.1:/home/lukas/ros_server/fuerte-ros-base.rosinstall .
mkdir ~/ros mkdir ~/ros
rosinstall --catkin ~/ros fuerte-ros-base.rosinstall rosinstall --catkin ~/ros fuerte-ros-base.rosinstall
# install rospkg manually # install rospkg manually
git clone ssh://lukas@192.168.7.1//home/lukas/ros_server/rospkg ## git clone ssh://lukas@192.168.7.1//home/lukas/ros_server/rospkg
cd ~/rospkg ## cd ~/rospkg
python setup.py install ## python setup.py install
# cmake invocation # cmake invocation
cd ~/ros cd ~/ros
mkdir build mkdir build
......
...@@ -13,4 +13,4 @@ IMAGE_ROOTFS_EXTRA_SPACE = "524288" ...@@ -13,4 +13,4 @@ IMAGE_ROOTFS_EXTRA_SPACE = "524288"
# remove not needed ipkg informations # remove not needed ipkg informations
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; " ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
IMAGE_INSTALL += "boost boost-dev packagegroup-core-ssh-openssh dhcp-client file ldd python-modules python-setuptools python-rospkg python-rosinstall git cmake python-empy python-pyyaml python-nose log4cxx log4cxx-dev libbz2-dev" IMAGE_INSTALL += "boost boost-dev packagegroup-core-ssh-openssh dhcp-client file ldd python-modules python-setuptools python-rospkg python-rospkg-dev python-rosinstall git cmake python-empy python-pyyaml python-nose log4cxx log4cxx-dev libbz2-dev"
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