生在禧年 2024-11-30 15:09 采纳率: 22.2%
浏览 277
已结题

QGC打开没有地图显示,离线地图也不显示,如何解决?

QGC打开没有地图显示,已经换了好多供应商了,也不行,离线地图也不显示,网上说升级最新版,升级了依旧不行

img

img

img

  • 写回答

34条回答 默认 最新

  • 阿里嘎多学长 2024-11-30 15:09
    关注
    获得0.30元问题酬金

    阿里嘎多学长整理AIGC生成,因移动端显示问题导致当前答案未能完全显示,请使用PC端查看更加详细的解答过程

    问题解决方案

    用户的问题是QGC(QGroundControl)在 Ubuntu 系统下启动没有地图显示,包括在线地图和离线地图,已经升级到了最新版仍没有解决问题。

    解决方案:

    1. 尝试使用不同的Qt版本:QGC relies on Qt to render the maps. If you're using an old version of Qt, it might cause issues. Try to install the latest version of Qt and then recompile QGC.
    2. 检查Mapbox token:Make sure you have a valid Mapbox token set in your QGC configuration file. Without a valid token, QGC won't be able to access online maps.
    3. 使用 Offline Maps Plugin:If the issue is specifically with offline maps, try enabling the Offline Maps Plugin in QGC's settings. This plugin allows you to download and use offline maps.
    4. 查看QGC的日志:Check the QGC log files for any errors related to map rendering. This might give you a clue about the issue.

    代码:

    sudo apt-get update && sudo apt-get install qt5-default
    

    注:前提是您已经安装了QGC,升级Qt版本后重新编译QGC可能需要一些额外的步骤。

    评论

报告相同问题?

问题事件

  • 系统已结题 12月8日
  • 创建了问题 11月30日