You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running the simulator a few minutes rviz will crash with the following error message:
Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.
terminate called after throwing an instance of 'Ogre::ItemIdentityException'
what(): OGRE EXCEPTION(5:ItemIdentityException): chainIndex out of bounds in BillboardChain::addChainElement at /build/buildd/ogre-1.7.4/OgreMain/src/OgreBillboardChain.cpp (line 236)
[rviz-13] process has died [pid 14835, exit code -6, cmd /opt/ros/hydro/lib/rviz/rviz -d /home/luoyuanfu/hratc2015_workspace/src/hratc2015_framework/hratc.rviz __name:=rviz __log:=/home/luoyuanfu/.ros/log/60924d5c-be5f-11e4-a427-3417ebb146bf/rviz-13.log].
log file: /home/luoyuanfu/.ros/log/60924d5c-be5f-11e4-a427-3417ebb146bf/rviz-13*.log
Thanks for the update. This problem was detected and we are waiting to see the best way to address this limitation of RVIZ. For now we recommend users to leave the robot path unchecked in RVIZ.
After running the simulator a few minutes rviz will crash with the following error message:
A Google search shows some relevant discussions: http://answers.ros.org/question/192272/possible-limitation-of-points-in-markerline_strip-and-rviz/
According to this discussion, there's a limit on the number of line markers you can show.
We then disabled the
RobotPath
topic in rviz (which shows the path travelled by the robot), and then it will not crash.However, if we run the simulator for around 10 minutes and then enable
RobotPath
, the crash follows immediately.So we guess the reason is that the path length is exceed some limit in rviz/Ogre and causing the crah.
The text was updated successfully, but these errors were encountered: