Description
RViz crashes with the following error when my mouse intersects the portion of the screen that the image plugin displays images:
rviz2: /tmp/binarydeb/ros-eloquent-rviz-ogre-vendor-7.0.3/obj-x86_64-linux-gnu/ogre-v1.12.1-prefix/src/ogre-v1.12.1/OgreMain/src/OgreSceneManager.cpp:1384: virtual void Ogre::SceneManager::_renderScene(Ogre::Camera*, Ogre::Viewport*, bool): Assertion `camVisObjIt != mCamVisibleObjectsMap.end() && "Should never fail to find a visible object bound for a camera, " "did you override SceneManager::createCamera or something?"' failed.
Otherwise the plugin appears to function normally. I checked for a similar bug with the camera plugin, but it doesn't have that issue.
I'm running ROS2 Eloquent on Ubuntu 18.04 inside a docker container.
Let me know if you need additional info.