rviz no image received

asked 2017-11-15 06:10:04 -0500

Jeroenvdk gravatar image

ROS INDIGO Ubuntu 14.04

So I am using visp_auto_tracker to track QR codes, I want to use this data in RVIZ. When I add a camera in RVIZ and select /usb_cam/image_raw i get the warning No Image received...

edit retag flag offensive close merge delete

Comments

1

If you run rostopic echo /usb_cam/image_raw, do you see any output there?

Of if you run rosrun rqt_image_view rqt_image_view and select the desired topic, can you see images there?

Ruben Alves gravatar image Ruben Alves  ( 2017-11-15 08:33:25 -0500 )edit

Hi Ruben, i'am getting output from that commands

Jeroenvdk gravatar image Jeroenvdk  ( 2017-11-15 08:49:43 -0500 )edit

are you using rosrun rviz rviz to start rviz? I've seen similar behavior in some cases when rviz is started without sourcing ros.

ninja777 gravatar image ninja777  ( 2018-01-17 18:52:23 -0500 )edit
1

@Jeroenvdk , I've experienced the same issue some days ago. The problem is that I was selecting Camera in RViz. Selecting Image instead of Camera worked for me.

Ruben Alves gravatar image Ruben Alves  ( 2018-02-08 09:45:04 -0500 )edit