Robotics StackExchange | Archived questions

RGBD SLAM Download throws errors. Any Help

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??

Asked by preetham.hegde on 2013-02-26 04:44:15 UTC

Comments

Answers

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

Asked by preetham.hegde on 2013-02-26 21:33:26 UTC

Comments

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

Asked by preetham.hegde on 2013-02-26 21:53:19 UTC