no image received error in rviz
Hi, I am using Ubuntu 12.04 with ROS hydro . Currently ,i am stuck with a error in rviz which states that " no image received" in status field under camera. I am using iball usb_cam. I tried all the camera drivers like gscam,uvc_camera,usb_cam . But , this error still exists . [Note: The image window does not produce any error. but camera window only produce this error .] Please give me any suggestions, Thank you
Can you see the image with
image_view
?yes , i can see image with image_view
I had the same problem. I was publishing the image and the camera_info correctly, but the image would still not show up. Solution: republishing my static tfs at 10 Hz, using tf instead of using tf2_ros. This solved the issue. I think that similar problems are common with rviz in ROS Indigo.