Robotics StackExchange | Archived questions

Rviz Error - GlobalStatus and RobotModel

I am trying to simulate turtlebot navigation using standard sequence of commands (http://learn.turtlebot.com/2015/02/03/9/)

  1. roslaunch turtlebotgazebo turtlebotworld.launch
  2. roslaunch turtlebotgazebo amcldemo.launch
  3. roslaunch turtlebotrvizlaunchers view_navigation.launch

But Rviz show error in

Asked by ash_100 on 2017-10-04 10:56:13 UTC

Comments

This happens because Gazebo crashes as soon as I add depth-cloud in Rviz. 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 RenderTarg

Asked by ash_100 on 2017-10-04 15:07:21 UTC

Answers