ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

svozar's profile - activity

2014-07-30 08:09:16 -0500 received badge  Famous Question (source)
2014-03-09 08:44:13 -0500 received badge  Notable Question (source)
2014-02-18 06:08:37 -0500 received badge  Popular Question (source)
2014-02-17 10:47:01 -0500 received badge  Student (source)
2014-02-17 10:35:01 -0500 commented question rviz Plugin Tutorial crashes

I was trying to link against different OGRE versions, so getting rid of OGRE 1.8 fixed the problem.

2014-02-17 07:09:56 -0500 asked a question rviz Plugin Tutorial crashes

I have checked out the hydro rviz visualization tutorials and compiled them without modification.

While running rviz, if I try to add an Imu visualization type to the display, rviz crashes with the following error:

rviz: /build/buildd/ogre-1.7.4/OgreMain/src/OgreSceneManager.cpp:807: virtual Ogre::SceneNode* Ogre::SceneManager::createSceneNode(): Assertion `mSceneNodes.find(sn->getName()) == mSceneNodes.end()' failed.

Similarly, if I try to add a PlantFlag, I get a Segmentation fault (core dumped), with no additional info.

This only happens when I compile from source. It works fine when I run the pre-compiled binaries. Any thoughts as to why this might be occurring?