[ros-users] [Discourse.ros.org] [Next Generation ROS/Troubleshooting] Ament Build with Proxy Setup

Olalekan Ogunmolu ros.discourse at gmail.com
Fri Oct 13 17:07:50 UTC 2017



It's a firewall proxy, yes.

To allow the machine to use the internet, I uncommented the relevant lines in `/etc/wget` like so:

```bash
http_proxy =http://user@password@proxy.university.edu:3128
http_proxy = http://user@password@proxy.university.edu:3128
ftp_proxy = http://user@password@proxy.university.edu:3128

```

While building with ament, it seems there is a wget instruction that is trying to run. Somehow it's not able to route downloads through the proxy. What do you have in mind?





---
[Visit Topic](https://discourse.ros.org/t/ament-build-with-proxy-setup/2913/3) or reply to this email to respond.




More information about the ros-users mailing list