-
-
Notifications
You must be signed in to change notification settings - Fork 468
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Ogre::ItemIdentityException when loading mesh (#1105)
When loading a mesh without a material defined rviz crashes with error: terminate called after throwing an instance of 'Ogre::ItemIdentityException' what(): ItemIdentityException: Resource with the name RVIZ/ShadedRed0Robot already exists.
- Loading branch information
1 parent
4e6ab4d
commit 4c8793b
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4c8793b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am using ros-kinetic on ubuntu 16.04 and rviz version 1.12.16 , OPENGL 3.0, orge 1.9.0
I come across following error . I tried your procedure but still faces error as below.
terminate called after throwing an instance of 'Ogre::ItemIdentityException'
what(): OGRE EXCEPTION(4:ItemIdentityException): An object of type 'Entity' with name 'Robot Link4' already exists. in SceneManager::createMovableObject at /build/ogre-1.9-mqY1wq/ogre-1.9-1.9.0+dfsg1/OgreMain/src/OgreSceneManager.cpp (line 6832)
Aborted (core dumped)
Kindly please help me understand what is 'robot link4' as my urdf is universal robot and happens when I try adding tesseract plugin or by loading robot model after adding tesseract plugin