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

chewy441014's profile - activity

2017-04-05 00:20:56 -0500 received badge  Famous Question (source)
2016-07-26 13:12:19 -0500 received badge  Notable Question (source)
2016-06-22 12:16:55 -0500 received badge  Popular Question (source)
2016-05-31 10:49:45 -0500 asked a question ar_tools Install

Hey all,

I am installing ar_tools and when I catkin_make, I get the error:

 svn: E000111: Unable to connect to a repository at URL 'svn://svn.code.sf.net/p/artoolkit/code/trunk/artoolkit'
 svn: E000111: Can't connect to host 'svn.code.sf.net': Connection refused

I saw the comment in the other ROS answers post which suggested the following:

Can you edit your answer to add the output of curl -I svn.code.sf.net/p/artoolkit/code/trunk/artoolkit? This will help us see what happens when you try to access the artoolkit repo. (Dan Lazewatsky)

The results are:

HTTP/1.1 301 Moved Permanently
Date: Tue, 31 May 2016 14:50:33 GMT
Server: Apache/2.2.15 (CentOS) 
Location: http://svn.code.sf.net/p/artoolkit/code/trunk/artoolkit/
Content-Type: text/html; charset=iso-8859-1
Keep-Alive: 60
Via: HTTP/1.1 proxy10305'

This is not the same result as the other user, and it seems I do have access.

Best and Thanks