zoukankan      html  css  js  c++  java
  • 在离线安装gazebo的时候可能在运行turtlebot_gazebo的时候会出现问题

    问题显示如下

    gzserver: /build/ogre-1.9-mqY1wq/ogre-1.9-1.9.0+dfsg1/OgreMain/src/OgreRenderSystem.cpp:546: virtual void Ogre::RenderSystem::setDepthBufferFor(Ogre::RenderTarget*): Assertion `bAttached && "A new DepthBuffer for a RenderTarget was created, but after creation" "it says it's incompatible with that RT"' failed.
    Aborted (core dumped)
    
    [gazebo-1] process has died [pid 21624, exit code 134, cmd /opt/ros/kinetic/lib/gazebo_ros/gzserver -e ode /opt/ros/kinetic/share/turtlebot_gazebo/worlds/playground.world __name:=gazebo __log:=/home/pranav/.ros/log/f18cc0fc-ccc2-11e7-9a30-9cb6d0e527e7/gazebo-1.log].
    其根本问题在于我的系统是离线安装,所以其显卡驱动比较陈旧,需要更新,更新英伟达的,
    解决参考http://answers.gazebosim.org/question/13390/error-while-launching-turtlebot/
    So I figured this one out on my own. Turns out that all I needed to do was to upgrade my graphics driver.
    You need the latest drivers to support the configuration used by Gazebo.
    I was using NVIDIA accelerated graphics driver (version 173) and I switched to NVIDIA accelerated graphics driver (version current)[Recommended]

  • 相关阅读:
    owncloud7.0.2.1升级8.0.3
    iptables删除规则
    ESXi Install OpenWRT
    Eclipse连接VirtualBox中的Android x86
    win7、linux安装使用pip、mitmproxy
    linux php bom
    ios项目上传svn丢失*.a文件
    升级owncloud到7.0.2
    phpinfo有mysqlnd没有mysql
    Cacti监控Centos抓包unreachable
  • 原文地址:https://www.cnblogs.com/gary-guo/p/8360548.html
Copyright © 2011-2022 走看看