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

display multiple windows using image_view

asked 2015-12-17 08:28:45 -0500

Milton gravatar image

updated 2015-12-17 08:45:50 -0500

gvdhoorn gravatar image

Hi, all,

If there two image topics: One is /camera/rgb/image_color, the other is /camera/mono/image_mono

I want to view these two topics in two separate window: Then, I try:

rosrun image_view image_view image:=/camera/rgb/image_color

And then open a new terminal and issue:

rosrun image_view image_view image:=/camera/mono/image_mono

However the latter one window will cover the first one. What other parameters for image_view I should append to the command?

THX~

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-12-17 08:45:14 -0500

gvdhoorn gravatar image

Have you tried just dragging the windows by their title bars to other positions? Assuming they aren't maximised, you can then tile as many windows as you may need.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-12-17 08:28:45 -0500

Seen: 1,289 times

Last updated: Dec 17 '15