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

sylou's profile - activity

2014-04-30 09:37:14 -0500 received badge  Taxonomist
2012-10-29 12:32:54 -0500 received badge  Famous Question (source)
2012-10-29 12:32:54 -0500 received badge  Notable Question (source)
2012-10-29 12:32:54 -0500 received badge  Popular Question (source)
2012-08-23 05:15:32 -0500 received badge  Notable Question (source)
2012-08-23 05:15:32 -0500 received badge  Famous Question (source)
2012-07-17 05:06:56 -0500 received badge  Popular Question (source)
2012-01-18 06:42:09 -0500 asked a question where has camera1394 stack disappeared in ROS electric ?

Hi,

I was using the camera1394 stack in Diamondback and all was going well with my camera but I installed ROS electric on a new machine and I can't find the camera1394 stack in ROS electric.

I tried to install the (meta) stack camera_drivers: sudo apt_get install ros-electric-camera-drivers

But still no trace of camera1394 on electric. I am on Ubuntu 11.10 Server on this new machine.

Thanks for help!

2011-11-22 00:33:56 -0500 received badge  Organizer (source)
2011-11-21 05:41:08 -0500 asked a question How do I numpy-ize a Service node or a Client node to manage Request or Response containing numpy array ?

Hi,

I am trying to transmit a numpy array in a response of a service but I have some trouble to convert it in the appropriate type. I saw the numpy_msg tutorials it works fine for messages but I don't get how to make it work for request/response of services.

Thanks to you!