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

相关推荐
Avan_菜菜15 小时前
FRP 内网穿透完整实战:从 HTTP 映射到 HTTPS 自签代理
运维·nginx·https
Sokach10151 天前
Linux Shell 脚本从零到能用:一个新手的一天学习总结
linux
SelectDB2 天前
Litefuse 开源并推出单进程轻量模式,25 秒就能跑起来的 Agent 可观测与评估平台
运维·后端·自动化运维
AlfredZhao2 天前
Docker 容器时区不对,`timedatectl` 不存在怎么办?
linux·timezone
zzzzzz3103 天前
9K Star 炸裂开源!这个 C 语言写的代码知识图谱,把 Linux 内核索引压缩到了 3 分钟
linux·服务器·sql
XIAOHEZIcode3 天前
Linux系统鼠标偏移常见原因以及修复方案
linux·运维·游戏
用户0328472220704 天前
如何搭建本地yum源(上)
运维
A小辣椒5 天前
TShark:Wireshark CLI 功能
linux
A小辣椒5 天前
TShark:基础知识
linux
AlfredZhao5 天前
OCI 明明分配了 200G 系统盘,为什么 df 只看到 30G?
linux·oci