my camera driver doesn't publish image to /camera/image_raw

asked 2015-07-07 05:15:16 -0500

5aou gravatar image

Hi all,

I'm trying to use ORB_SLAM, and I'm encountering an issue that I don't know how to solve :

my camera driver doesn't publish image to /camera/image_raw.

I'm using a logitech (QuickCam S5500), any suggestions please.

Thnak you a lot.

edit retag flag offensive close merge delete

Comments

Please specify your OS and ROS version. Also, which driver do you use? What steps have you executed?

Po-Jen Lai gravatar image Po-Jen Lai  ( 2015-07-07 10:06:37 -0500 )edit

OS : linux mint 17.1, ROS : Indigo , driver : nvidia , for the steps I followed those one : https://github.com/raulmur/ORB_SLAM

5aou gravatar image 5aou  ( 2015-07-08 04:24:46 -0500 )edit

I guess now you can see the image by using usb_cam. You can try moving your camera around (translational motion is better), and the map will be shown in Rviz.

Po-Jen Lai gravatar image Po-Jen Lai  ( 2015-07-08 10:05:04 -0500 )edit

How much time it takes ?!, I did that but I did get nothing !!

5aou gravatar image 5aou  ( 2015-07-09 04:28:57 -0500 )edit

Actually it should be quick. For my case, I only move the cam for about 30 cm to make the map appear. Are there any error message in the terminal which you executed roslaunch ORB_SLAM ExampleGroovyHydro.launch

Po-Jen Lai gravatar image Po-Jen Lai  ( 2015-07-09 07:58:30 -0500 )edit

I have this warning (just when I add a camera): [ WARN] [1436447411.658984009]: MessageFilter [target=map ]: Discarding message from [unknown_publisher] due to empty frame_id. This message will only print once.

5aou gravatar image 5aou  ( 2015-07-09 08:17:00 -0500 )edit

and I noticed that when I add a camera in Rviz , I have Image : No Image received , witch is abnormal because I can visualize the image by using usb_cam.!!

5aou gravatar image 5aou  ( 2015-07-09 08:18:19 -0500 )edit

I'm looking to collaborate with someone who has been running ORB_SLAM. I can successfully execute the ORB_SLAM2 ROS Package using this command: roslaunch ORB_SLAM ExampleGroovyOrNewer.launch. RVIZ displays correctly as well but I've got some other questions. Can you help?

pbarile gravatar image pbarile  ( 2016-08-18 15:11:53 -0500 )edit