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]

  • 相关阅读:
    一个重构眼中的“项目管理”
    vim显示行号、语法高亮、自动缩进的设置
    python中的try/except/else/finally语句--自我小结
    python 列表函数
    python异常处理
    gerrit使用总结
    数据访问对象模式
    组合实体模式
    业务代表模式
    MVC模式
  • 原文地址:https://www.cnblogs.com/gary-guo/p/8360548.html
Copyright © 2011-2022 走看看