ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

First of all, I never tried that. But I think building at lest the core ROS components shoudl work.

You can get packer from the AUR database.

The python issue is a little tricky. The first approach that is mentioned on the wiki page is to change the link /usr/bin/python to point to python2. You shouldn't do that because there is the great risk that you break half of the system by doing that. The second approach, i.e. replacing all #! python lines to explicitly call python2 can be quite tedious because you might still need manual fixes. However, rosinstall/rosws should work with python3 already. I suggest to install them using pip or pip2 if you want to use python2. If you can edit your original post and add some of the error messages you get, I might be able to help.

I wrapped a few ROS Electric packages into AUR files and I'm still working on getting clean packages for Fuerte. You can find what I have so far on github.