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

Looking for a stereo USB camera driver for Jade

asked 2015-11-09 05:24:17 -0500

master_19 gravatar image

Hi, I'm new to the ROS system, and my first project would be really simple: I'd like to use the rtabmap for stereo SLAM. My problem is, I was not able to find a camera driver node. For example: http://wiki.ros.org/uvc_camera would be great, but it is not released for Jade.

Does anyone have a working stereo camera driver node on Jade? Could you please tell me, how did you get it to work?

Thanks! Adam

edit retag flag offensive close merge delete

Comments

Is there maybe an alternative way to get synchonized images from 2 USB cameras? Is it hard to write a stereo note using an existing simple USB camera driver? I'm open to alternative solutions too.

master_19 gravatar image master_19  ( 2015-11-16 03:56:48 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-11-09 09:45:24 -0500

joq gravatar image

If uvc_camera suits your needs, you can download the source and build it yourself. The Indigo or Hydro versions are likely to build and run on Jade, too. At least, it's worth a try. If you don't know how to build a ROS package from source, comment on this answer and I'll provide links to some tutorials.

But, note that uvc_camera is no longer maintained, and its author, Ken Tossell, recommends using libuvc_camera, instead. There is no Jade release yet for that driver, either, so you'd still have to download and build that from source. But, at least it's actively maintained, so you could open a github issue, requesting a Jade release.

edit flag offensive delete link more

Comments

I tried building the camera_uvc from source using this guide: https://defendtheplanet.net/2014/11/0... , the rosdep install part failed with "missing resource". But if I use catkin_make, it checks the dependencies, right?

master_19 gravatar image master_19  ( 2015-11-16 03:43:36 -0500 )edit

Catkin_make is successful: [100%] B[100%] Built target uvc_stereo_node. But after i try to launch it, it fails: "ERROR: cannot launch node of type [uvc_camera/camera_node]: can't locate node [camera_node] in package [uvc_camera]" Is this an installation problem? Can you link me some tutorials?

master_19 gravatar image master_19  ( 2015-11-16 03:54:12 -0500 )edit

There are probably no tutorials, but if you edit your original question and copy the exact error text there (what you did and what it said), maybe we can figure out what went wrong.

joq gravatar image joq  ( 2015-11-17 13:20:09 -0500 )edit

hey Joq can you tell me how to built ros package from source?

kaygudo gravatar image kaygudo  ( 2015-12-14 12:31:30 -0500 )edit

Building from source tutorial: http://wiki.ros.org/catkin/Tutorials/... .

joq gravatar image joq  ( 2015-12-15 10:26:30 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-11-09 05:24:17 -0500

Seen: 175 times

Last updated: Nov 09 '15