欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 文旅 > 手游 > docker 终端打不开rviz2界面,报错qt.qpa.xcb: could not connect to display

docker 终端打不开rviz2界面,报错qt.qpa.xcb: could not connect to display

2025/4/4 23:00:48 来源:https://blog.csdn.net/m0_61102347/article/details/146976346  浏览:    关键词:docker 终端打不开rviz2界面,报错qt.qpa.xcb: could not connect to display

在容器启动挂载了X11服务,然后在容器终端运行rviz、rqt等出现打不开界面情况:

root@846616f4a570:/# rviz2 
qt.qpa.xcb: could not connect to display 
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb

若第一行display后面没有跟数字(就像上面显示),需要自己设置环境变量:

1.在宿主机查看用的端口

echo $DISPLAY

若输出为 :1

2.在容器终端设置相应的环境变量

export DISPLAY=:1

3.最后在宿主机打开xhost

xhost +

4.启动rviz2、rqt_graph等

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

热搜词