fuerte rosmake fails on opensuse solution [closed]
Hi, I found this issue of ros fuerte on opensuse. After installing ros rosmake fails to function as it calls to a rospkg python script os_detect.py function get_codename() which is not implemented for open suse. My temporary work around was to modify os_detect.py in class opensuse add a dummy function(i do not know python)
def get_codename(self): return ('opensuse-11_2')
Then uninstall rospkg Lastly build and install modified rospkg from source
I tried to open a ticket but I am unable to do so for unknown reasons with trac wiki
What error message did Trac return?
I got an error saying server not found. I do not know if it was a problem with the place i was accessing internet from, but other sites were opening just fine.
There was a little bit of downtime recently on the servers. It should be back now.