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/)
- roslaunch turtlebotgazebo turtlebotworld.launch
- roslaunch turtlebotgazebo amcldemo.launch
- roslaunch turtlebotrvizlaunchers view_navigation.launch
But Rviz show error in
- GlobalStatus - Error message is "Fixed Frame [map] does not exist"
- RobotModel - Error message is "No transform from [base_footprint] to [map]"
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