ROS 2 Humble (Ubuntu Jammy)安装配置

官方链接Ubuntu (Debian packages) --- ROS 2 Documentation: Humble documentation

问题 1.更新源时报没有公钥的错误

sudo apt update

Hit:1 https://mirrors.ustc.edu.cn/ubuntu jammy InRelease

Hit:2 https://mirrors.ustc.edu.cn/ubuntu jammy-updates InRelease

Hit:3 https://mirrors.ustc.edu.cn/ubuntu jammy-backports InRelease

Hit:4 https://mirrors.ustc.edu.cn/ubuntu jammy-security InRelease

Hit:5 https://mirrors.ustc.edu.cn/ubuntu jammy-proposed InRelease

Get:6 http://packages.ros.org/ros2/ubuntu jammy InRelease [4,682 B]

Err:6 http://packages.ros.org/ros2/ubuntu jammy InRelease

The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F42ED6FBAB17C654

Reading package lists... Done

W: GPG error: http://packages.ros.org/ros2/ubuntu jammy InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F42ED6FBAB17C654

E: The repository 'http://packages.ros.org/ros2/ubuntu jammy InRelease' is not signed.

N: Updating from such a repository can't be done securely, and is therefore disabled by default.

N: See apt-secure(8) manpage for repository creation and user configuration details.

原因 :添加ROS 2 GPG key 失败了,https://raw.githubusercontent.com/ros/rosdistro/master/ros.key这个文件墙内获取不了,所以正确方法是不要学ROS了,获取这个key是高风险行为,Over

相关推荐
矛取矛求2 小时前
Linux如何更优质调节系统性能
linux
内核程序员kevin3 小时前
在Linux环境下使用Docker打包和发布.NET程序并配合MySQL部署
linux·mysql·docker·.net
kayotin4 小时前
Wordpress博客配置2024
linux·mysql·docker
Ztiddler5 小时前
【Linux Shell命令-不定期更新】
linux·运维·服务器·ssh
小小不董5 小时前
Oracle OCP认证考试考点详解082系列16
linux·运维·服务器·数据库·oracle·dba
IPdodo全球网络5 小时前
如何利用静态住宅IP优化Facebook商城的网络稳定性与运营效率
运维·服务器
a1denzzz5 小时前
Linux系统的网络设置
linux·服务器·网络
运维&陈同学6 小时前
【模块一】kubernetes容器编排进阶实战之k8s基础概念
运维·docker·云原生·容器·kubernetes·云计算
ac.char6 小时前
在CentOS下安装RabbitMQ
linux·centos·rabbitmq
m0_519523106 小时前
Linux——简单认识vim、gcc以及make/Makefile
linux·运维·vim