librviz ImageDisplay [closed]
Hi all,
I've been trying to simply add a ImageDisplay to the tutorial Libriz, but when I'm doing the same as for a GridDisplay, my image is not in the same window...
What I don't understand is that the function that permits me to add a display in my panel is
rviz::DisplayWrapper* wrapperImRGB = manager_->createDisplay( "rviz/Image", "Camera RGB", true );
I've tried to have another render with another manager but still my ImageDisplay is in another window... I really thought that I just had to have another render_panel and everything would be fine...
I know it's really easy, but I'm not used to use ros or qt... Sorry for the inconvenience...
Thanks for the help.
Brioche (using Ros Fuerte on ubuntu 12.04)