首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法在运行Ubuntu21.10的RPI 4上安装ROS2 Foxy

无法在运行Ubuntu21.10的RPI 4上安装ROS2 Foxy
EN

Stack Overflow用户
提问于 2022-01-25 04:17:54
回答 1查看 640关注 0票数 0

我无法运行命令sudo apt install ros-foxy-desktop。按照这里的指南:https://docs.ros.org/en/foxy/Installation/Ubuntu-Install-Debians.html。我能够完成所有的步骤,直到最后安装,这会产生这些错误。

任何帮助都将不胜感激。我已经试过按指南安装https://docs.ros.org/en/foxy/Installation/Ubuntu-Development-Setup.html了。是因为我运行的是ubuntu21.10桌面,需要运行20.04服务器吗?我在20.04服务器上遇到的问题是,我无法连接到我在wifi的大学,wifi使用PEAP,我不知道如何与服务器连接到wifi。

代码语言:javascript
复制
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 ros-foxy-action-msgs : Depends: libpython3.8 (>= 3.8.2) but it is not installable
                        Depends: ros-foxy-unique-identifier-msgs but it is not going to be installed
 ros-foxy-action-tutorials-interfaces : Depends: libpython3.8 (>= 3.8.2) but it is not installable
 ros-foxy-actionlib-msgs : Depends: libpython3.8 (>= 3.8.2) but it is not installable
 ros-foxy-builtin-interfaces : Depends: libpython3.8 (>= 3.8.2) but it is not installable
 ros-foxy-composition-interfaces : Depends: libpython3.8 (>= 3.8.2) but it is not installable
 ros-foxy-demo-nodes-cpp-native : Depends: ros-foxy-fastrtps but it is not installable
                                  Depends: ros-foxy-rmw-fastrtps-cpp but it is not installable
 ros-foxy-depthimage-to-laserscan : Depends: libopencv-core4.2 (>= 4.2.0+dfsg) but it is not installable
                                    Depends: ros-foxy-image-geometry but it is not going to be installed
 ros-foxy-diagnostic-msgs : Depends: libpython3.8 (>= 3.8.2) but it is not installable
...
 ros-foxy-std-srvs : Depends: libpython3.8 (>= 3.8.2) but it is not installable
 ros-foxy-stereo-msgs : Depends: libpython3.8 (>= 3.8.2) but it is not installable
 ros-foxy-tf2-msgs : Depends: libpython3.8 (>= 3.8.2) but it is not installable
 ros-foxy-tf2-py : Depends: libpython3.8 (>= 3.8.2) but it is not installable
 ros-foxy-trajectory-msgs : Depends: libpython3.8 (>= 3.8.2) but it is not installable
 ros-foxy-turtlesim : Depends: libpython3.8 (>= 3.8.2) but it is not installable
 ros-foxy-visualization-msgs : Depends: libpython3.8 (>= 3.8.2) but it is not installable
E: Unable to correct problems, you have held broken packages.```
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2022-01-25 19:51:23

目前,Foxy是为20.04构建的,因此没有您可以安装的21.04版本。要么安装20.04,要么运行某种容器(即码头)。

至于PEAP身份验证,我可能会查看this askubuntu线程。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/70843381

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档