Vim3 ubuntu18 running rviz get segment fault

装好ros运行了下别的代码都没问题 就是一开rviz就报段错误是怎么回事呀

1 Like

cizon@Khadas:~$ rviz
[ INFO] [1594303866.284356695]: rviz version 1.13.13
[ INFO] [1594303866.284471277]: compiled against Qt version 5.9.5
[ INFO] [1594303866.284503735]: compiled against OGRE version 1.9.0 (Ghadamon)
段错误
cizon@Khadas:~$ glxinfo | grep “OpenGL version”
OpenGL version string: 3.1 Mesa 20.0.8

请指定您的固件,它是Ubuntu 18.04,它是哪个内核,是4.9还是5.x?

Linux-4.9_arm64_EMMC_V20190813.7z

请尝试使用最新的固件…
您可以使用最新版本的Ubuntu 4.9 Focal

thank you I will try it,I have installed Focal before but It is ubuntu20 and the ros version with it is too new,I’m afraid the ros bag I’m using now wouldn’t be support.

Please try and check, give you feed back as well…

@495208604 是不是OGRE的版本不对,我对ROS不熟悉

Hello @495208604

可以试试这样操作看看:

$ sudo apt-get -y remove linux-gpu-mali-fbdev
$ sudo apt-get -y install --reinstall libegl1-mesa libegl1 libgles2 libgles2-mesa libegl1-mesa-dev libgles2-mesa-dev libglvnd-dev libgles1 libwayland-dev mesa-common-dev

然后在重新安装运行你那个软件试试。

5 Likes

完美解决 非常感谢:pray::pray::pray::pray::pray::pray::pray::kissing_heart::kissing_heart::kissing_heart::kissing_heart::kissing_heart::kissing_heart::kissing_heart: