【发布时间】:2015-12-29 08:03:39
【问题描述】:
我正在尝试在 Mac OS X El Capita 上安装 ROS Jade。我正在遵循为 Homebrew 设置的说明。
我可以初始化 ROS 包,但是当我尝试使用命令安装 ROS 包时
rosdep install --from-paths src --ignore-src --rosdistro jade
我收到以下错误消息
executing command [brew install uuid]
==> Installing uuid from ros/deps
==> Downloading http://gnome-build-stage-1.googlecode.com/files/uuid-1.6.2.tar.gz
curl: (52) Empty reply from server
Error: Failed to download resource "uuid"
Download failed: http://gnome-build-stage-1.googlecode.com/files/uuid-1.6.2.tar.gz
ERROR: the following rosdeps failed to install
homebrew: command [brew install uuid] failed
如果有人遇到此错误,请告诉我在 mac 上安装 uuid 的方法 或在 mac os x 上安装 ROS 的任何其他方式。
提前致谢。
【问题讨论】:
-
您确定自制软件安装正确吗?试试howtogeek.com/211541/…
-
运行
brew install uuid就足够了。
标签: homebrew uuid osx-elcapitan ros