ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I'm an arch user as well, and since I didn't want to package ROS myself, I just took the ubuntu packages, and built a PKGBUILD around it. I made it for the current ros-electric-base version 1.0.0, but I suppose you could do something similar for furte or the desktop packages.
The PKGBUILD does a bit more than installing the files that are contained in the *.deb files, such as:
You'll find the necessary files following the links below. Just place the files in a folder in your abs-directory and call makepkg
. The resulting package (*.tar.xz) can be installed with pacman -U <packagename>
.