我最近安装了Ubuntu版本16.04,并试图在我的笔记本电脑上安装ROS kinetic。但是,在运行sudo apt-get update之后,我陷入了困境。
其结果是:
Err:1 http://packages.ros.org.ros/ubuntu xenial InRelease
Could not resolve 'packages.ros.org.ros'
Hit:2 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:3 http://id.archive.ubuntu.com/ubuntu xenial InRelease
Hit:4 http://id.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:5 http://id.archive.ubuntu.com/ubuntu xenial-backports InRelease
Reading package lists... Done
W: Failed to fetch http://packages.ros.org.ros/ubuntu/dists/xenial/InRelease Could not resolve 'packages.ros.org.ros'
W: Some index files failed to download. They have been ignored, or old ones used instead.我已经在网上寻找了很长一段时间的解决方案,但似乎仍然无法解决这个问题。
发布于 2019-06-22 02:24:40
我怀疑你犯了错误
将http://packages.ros.org.ros/ubuntu替换为http://packages.ros.org/ros/ubuntu/
因为这实际上给了我俄勒冈州立大学的开源实验室,我怀疑你在追求什么。
https://askubuntu.com/questions/1153047
复制相似问题