ROS (Robot Operating System) provides libraries and tools to help software developers create robot applications. It provides hardware abstraction, device drivers, libraries, visualizers, message-passing, package management, and more. ROS is licensed under an open source, BSD license.
ROS(Robot Operating System, 机器人操作系统)提供一系列程序库和工具以帮助软件开发者创建机器人应用软件。它提供了硬件抽象、设备驱动、函数库、可视化工具、消息传递和软件包管理等诸多功能。ROS遵循BSD开源许可协议。
下载地址:https://mirrors.aliyun.com/ros/
新建 /etc/apt/sources.list.d/ros-latest.list
,内容为:
deb https://mirrors.aliyun.com/ros/ubuntu/ jessie main
deb https://mirrors.aliyun.com/ros/ubuntu/ stretch main
deb https://mirrors.aliyun.com/ros/ubuntu/ trusty main
deb https://mirrors.aliyun.com/ros/ubuntu/ xenial main
deb https://mirrors.aliyun.com/ros/ubuntu/ bionic main
然后再输入如下命令,信任ROS的GPG Key,并更新索引:
sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
sudo apt update
注:配置方法参考自tuna镜像
官方主页:https://www.ros.org/
特别声明:本镜像站内容来自第三方网站,阿里云会尽力审核镜像内容安全,但无法保证其完全合规,请您在下载前慎重考虑。具体请查看《阿里云开发者社区用户服务协议》、《阿里云镜像站特别条款》等。 如您发现镜像站有任何问题,可以填写镜像站投诉表单举报,我们将按照法律规定尽快进行处理。