【CANN202306】ROS2安装遇到的错误汇总

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://apt.kitware.com/ubuntu bionic InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 42D5A192B819C5DA

这个错误表示在进行软件包签名验证时发生了问题。系统无法验证存储库的签名,因为缺少相关的公钥。为了解决这个问题,你可以尝试以下几种方法:

  1. 导入公钥:使用以下命令导入缺少的公钥。将 [KEY_ID] 替换为错误消息中提到的实际密钥ID。

    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys [KEY_ID]
    

    运行命令后,系统将尝试从指定的密钥服务器下载并导入公钥。然后,你可以再次尝试更新存储库并检查问题是否解决。

  2. 使用软件源管理工具:如果你使用的是 Ubuntu,可以尝试使用 software-properties-common 包中的 add-apt-repository 命令来添加存储库。首先,确保你已安装该软件包:

    sudo apt-get install software-properties-common
    

    然后,尝试添加存储库并更新:

    sudo add-apt-repository "deb https://apt.kitware.com/ubuntu bionic main"
    sudo apt-get update
    

    这将尝试将存储库添加到系统中,并更新软件包列表。

  3. 检查网络连接:有时,网络连接问题可能导致密钥无法下载。确保你的系统可以访问密钥服务器和存储库。你可以尝试使用浏览器或 curl 命令访问 https://apt.kitware.com/ubuntu 确认网络连接是否正常。

如果以上方法没有解决问题,可能是由于存储库本身存在问题。在这种情况下,你可以考虑联系存储库的维护人员或寻求相关论坛或社区的帮助来获取更多支持和解决方案。

apt install ros-foxy-desktop

Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package ros-foxy-deskto

注意,那个yaml源要用镜像

# os-specific listings first
yaml https://openi.pcl.ac.cn/kewei/rosdistro/raw/branch/master/rosdep/osx-homebrew.yaml osx

# generic
yaml https://openi.pcl.ac.cn/kewei/rosdistro/raw/branch/master/rosdep/base.yaml
yaml https://openi.pcl.ac.cn/kewei/rosdistro/raw/branch/master/rosdep/python.yaml
yaml https://openi.pcl.ac.cn/kewei/rosdistro/raw/branch/master/rosdep/ruby.yaml
gbpdistro https://openi.pcl.ac.cn/kewei/rosdistro/raw/branch/master/releases/fuerte.yaml fuerte

# newer distributions (Groovy, Hydro, ...) must not be listed anymore, they are being fetched from the rosdistro index.yaml instead

WARNING: ROS_PYTHON_VERSION is unset. Defaulting to 3
WARNING: The directory ‘/root/.cache/pip’ or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo’s -H flag.
WARNING: The directory ‘/root/.cache/pip’ or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo’s -H flag.
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
python_orocos_kdl_vendor: [python3-pykdl] defined as “not available” for OS version [bionic]
ignition_math6_vendor: No definition of [ignition-math6] for OS version [bionic]
rti_connext_dds_cmake_module: No definition of [rti-connext-dds-6.0.1] for OS version [bionic]
ignition_cmake2_vendor: No definition of [ignition-cmake2] for OS version [bionic]

这个是因为

参考安装指南:
https://zhuanlan.zhihu.com/p/364745633
https://blog.csdn.net/fanshuaifang/article/details/114399792


sudo apt update && sudo apt install curl gnupg2 lsb-release
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://packages.ros.org/ros2/ubuntu bionic main" > /etc/apt/sources.list.d/ros2-latest.list'

sudo apt update && sudo apt install curl gnupg2 lsb-release
curl -s https://openi.pcl.ac.cn/kewei/rosdistro/raw/branch/master/ros.asc | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://packages.ros.org/ros2/ubuntu bionic main" > /etc/apt/sources.list.d/ros2-latest.list'


sudo apt update
sudo apt install ros-eloquent-desktop

echo "source /opt/ros/eloquent/setup.bash" >> ~/.bashrc
source ~/.bashrc
source ~/.bashrc
ros2 run demo_nodes_cpp talker
source ~/.bashrc
ros2 run demo_nodes_py listener

https://blog.csdn.net/fanshuaifang/article/details/114399792#:~:text=2%20Foxy%E9%9C%80%E8%A6%81%E4%BB%A5%E4%B8%8B%E6%AD%A5%E9%AA%A4%EF%BC%9A%201.%20%E7%A1%AE%E8%AE%A4%E4%BD%A0%E7%9A%84%20Ubuntu%20%E7%B3%BB%E7%BB%9F%E6%98%AF18.04%E7%89%88%E6%9C%AC%EF%BC%8C%E5%90%A6%E5%88%99%E9%9C%80%E8%A6%81%E5%85%88%E5%8D%87%E7%BA%A7%E4%BD%A0%E7%9A%84%E7%B3%BB%E7%BB%9F%E3%80%82%202.%20%E9%85%8D%E7%BD%AE,add%20-%20%60%60%60%204.%20%E6%9B%B4%E6%96%B0apt%E6%BA%90%E5%B9%B6%20%E5%AE%89%E8%A3%85ROS%202%20Foxy%E3%80%82
安装成功。

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

irrationality

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值