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

jamszhao's profile - activity

2018-04-27 14:01:49 -0500 received badge  Famous Question (source)
2018-04-27 14:01:49 -0500 received badge  Notable Question (source)
2017-05-16 04:20:01 -0500 received badge  Popular Question (source)
2017-04-22 21:54:15 -0500 received badge  Supporter (source)
2017-03-21 06:01:55 -0500 asked a question issues about using "sudo rosdep init"

Hi!

I am new to ROS and I just installed ROS indigo on ArchLinux using the tool "yaourt". When I finished installing all packages from AUR, I entered the command

sudo rosdep init

to initialize ROS. But an error came, saying

Error: cannot download default sources list from: hrttps://raw.github.com/ros/rosdistro/master/rosdep/source.list.d/20-default.list

I thought it was net connection problem, so I changed many networks. It seemed that none of the networks could reach that site... So I found a downloaded file 20-default.list and was going to copy it to the corresponding directory manually, but I don't know where I should put the file. I found some solutions for Ubuntu and they said the corresponding directory for 20-default.list is /etc/ros/rosdep/source.list.d/, but when I checked my /etc, I didn't even find the /etc/ros !

Now I'm totally confused and hope someone can help me. Thanks a lot.