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

usb_cam package as nodelet

asked 2012-12-10 11:12:16 -0500

dinamex gravatar image

updated 2014-01-28 17:14:31 -0500

ngrennan gravatar image

Hi there,

At the moment I use the usb_cam package from the bosch_drivers stack to acquire data from a webcam on an an ARM board. (I used the uvc_cam package also but the colors are weird). Because the ARM board has limited computational resources I would like to ask if someone implemented the usb_cam package already as nodelet?

I saw the Tutorials about how to convert a node to nodlet package but my question is if somebody already did that. Would be great to get your help.

EDIT: I tried to port the usb_cam to the nodelet structure but without success (caused by lag of programming skills). Is there a better/more detailed tutorial than "porting node to nodelet" ?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2012-12-10 12:23:44 -0500

It doesn't appear that the package has a nodelet driver. Should you consider implementing one, here's a tutorial on node-to-nodelet conversion to get you started

If you have code running on the ARM board which subscribes to the images and published by the driver, then yes, you are likely to receive a boost in framerate, if both the publisher and subscriber have nodelet implementations.

edit flag offensive delete link more
1

answered 2017-07-01 10:32:58 -0500

lucasw gravatar image

updated 2017-07-04 04:48:34 -0500

There is an outstanding nodelet pr https://github.com/ros-drivers/usb_ca...

git clone -b feature/nodelet https://github.com/groove-x/usb_cam.git

I have tried it out and it looks to be working fine.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2012-12-10 11:12:16 -0500

Seen: 843 times

Last updated: Jul 04 '17