Rviz OGRE Exception(2:InvalidParametersException)
Hi all,
I am running the map_merger and adhoc_communication nodes.
Upon running Rviz in Ubuntu 14.04.02 in ROS Indigo, the map that I am receiving is not being displayed in Rviz's Map Panel.
I am getting the following error in terminal when it crashes.
:~$ rosrun rviz rviz
[ INFO] [1456839797.277826148]: rviz version 1.11.10
[ INFO] [1456839797.277920664]: compiled against OGRE version 1.8.1 (Byatis)
[ INFO] [1456839797.424068151]: Stereo is NOT SUPPORTED
[ INFO] [1456839797.424221656]: OpenGl version: 3 (GLSL 1.3).
[ WARN] [1456839858.058198339]: OGRE EXCEPTION(2:InvalidParametersException): Stream size does not match calculated image size in Image::loadRawData at /build/buildd/ogre-1.8-1.8.1+dfsg/OgreMain/src/OgreImage.cpp (line 283)
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::InvalidParametersException'
what(): OGRE EXCEPTION(2:InvalidParametersException): Stream size does not match calculated image size in Image::loadRawData at /build/buildd/ogre-1.8-1.8.1+dfsg/OgreMain/src/OgreImage.cpp (line 283)
Aborted (core dumped)
This error happens as soon as I subscribe to the required topic where the map is being published.
DId you figure it out ?? I am having the same issue