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

RGBD SLAM Download throws errors. Any Help [closed]

asked 2013-02-26 03:44:15 -0500

preetham.hegde gravatar image

updated 2014-01-28 17:15:25 -0500

ngrennan gravatar image

Hello All. I need to run RGBD Slam and when I run " svn co https://alufr-ros-pkg.googlecode.com/svn/trunk/rgbdslam_freiburg" i get below error: "svn: OPTIONS of 'https://alufr-ros-pkg.googlecode.com/svn/trunk/rgbdslam_freiburg': Could not resolve hostname `alufr-ros-pkg.googlecode.com': No address associated with hostname (https://alufr-ros-pkg.googlecode.com)".

My INTERNET is working fine and i try doing an update or doing a Git it works fine. But the error says unresolved host name. Anybody can help me out here??

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant. Please see http://wiki.ros.org/Support for more details. by Felix Endres
close date 2013-02-26 22:41:41

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-02-26 20:33:26 -0500

preetham.hegde gravatar image

wAS USING A PROXY AND RESOLVED THE ISSUE. bELOW IS TEH SOLUTION IF ANYBODY DOES FACE THIS ISSUE.

SOLUTION: Linux: /etc/subversion/servers

Here you need to set the proxy server and port settings so that command line SVN can access the external world form the proxy. Uncomment and change the lines necessary

[global]

http-proxy-exceptions = *.exception.com, http://www.internal-site.org

http-proxy-host = myproxy.us.com http-proxy-port = 8080

http-proxy-username = defaultusername

http-proxy-password = defaultpassword

http-compression = no

http-auth-types = basic;digest;negotiate

No http-timeout, so just use the builtin default.

No neon-debug-mask, so neon debugging is disabled.

ssl-authority-files = /path/to/CAcert.pem;/path/to/CAcert2.pem

edit flag offensive delete link more

Comments

All the lines will be commented..Just uncomment teh two lines "http-proxy-host = http://myproxy.us.com http-proxy-port = 8080" with the right info.

preetham.hegde gravatar image preetham.hegde  ( 2013-02-26 20:53:19 -0500 )edit

Question Tools

Stats

Asked: 2013-02-26 03:44:15 -0500

Seen: 235 times

Last updated: Feb 26 '13