mesh_tools icon indicating copy to clipboard operation
mesh_tools copied to clipboard

rviz_map_plugin crash in rviz

Open jianhengLiu opened this issue 2 years ago • 2 comments

The rviz crash after a period of running, give the following error messages

[ WARN] [1667566012.731866799]: OGRE EXCEPTION(4:ItemIdentityException): An object of type 'ManualObject' with name '0_TriangleMesh_0_7476' already exists. in SceneManager::createMovableObject at /build/ogre-1.9-kiU5_5/ogre-1.9-1.9.0+dfsg1/OgreMain/src/OgreSceneManager.cpp (line 6829)
terminate called after throwing an instance of 'Ogre::ItemIdentityException'
  what():  OGRE EXCEPTION(4:ItemIdentityException): An object of type 'ManualObject' with name '0_TriangleMesh_0_7476' already exists. in SceneManager::createMovableObject at /build/ogre-1.9-kiU5_5/ogre-1.9-1.9.0+dfsg1/OgreMain/src/OgreSceneManager.cpp (line 6829)

Any suggestion to solve this problem? Thanks a lot!

jianhengLiu avatar Nov 04 '22 12:11 jianhengLiu

The rviz crash after a period of running, give the following error messages

[ WARN] [1667566012.731866799]: OGRE EXCEPTION(4:ItemIdentityException): An object of type 'ManualObject' with name '0_TriangleMesh_0_7476' already exists. in SceneManager::createMovableObject at /build/ogre-1.9-kiU5_5/ogre-1.9-1.9.0+dfsg1/OgreMain/src/OgreSceneManager.cpp (line 6829)
terminate called after throwing an instance of 'Ogre::ItemIdentityException'
  what():  OGRE EXCEPTION(4:ItemIdentityException): An object of type 'ManualObject' with name '0_TriangleMesh_0_7476' already exists. in SceneManager::createMovableObject at /build/ogre-1.9-kiU5_5/ogre-1.9-1.9.0+dfsg1/OgreMain/src/OgreSceneManager.cpp (line 6829)

Any suggestion to solve this problem? Thanks a lot!

Can you solve it?

InguChoi avatar Apr 10 '23 05:04 InguChoi

you could try my fixing version: https://github.com/jianhengLiu/rviz_map_plugin

jianhengLiu avatar Apr 10 '23 15:04 jianhengLiu