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

Petros's profile - activity

2016-01-19 06:34:46 -0500 answered a question rosdep initialisation error

Although you have your setup fixed, but for others finding this error message via google, they should verify their https_proxy and HTTPS_PROXY environment variables, that those should be unset, or set correctly. (An empty string in them would make rosdep fail.)

2016-01-19 06:34:46 -0500 answered a question cannot update rosdep

Also you might have problems with your proxy settings. Make sure https_proxy and HTTPS_PROXY environment variables are set correctly or unset completely.

2016-01-19 06:34:45 -0500 answered a question error in rosdep initialization

Hello! I have found the reason:

@ama wrote: "My proxies are correct."

My problem appeared after proxy setup, so I was looking into the problem.

In my environment I had "https_proxy" and "HTTPS_PROXY" declared with an empty string. All the tools, apt, wget, curl works fine with this, but rosdep init AND rosdep update fails (version 0.11.4 here)

So you just have to unset these, and voila...