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

Revision history [back]

click to hide/show revision 1
initial version

Hi all, Problem solved. In the machine where I was trying to install Kinectic, at the end of the .bashrc file, there were the following lines:

export http_proxy=''
export https_proxy=''
export ftp_proxy=''
export socks_proxy=''

which were making rosdep fail. After commenting these lines, installation has gone ok as always. Thanks a lot for the fast received help.