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

gliese581gg's profile - activity

2016-04-24 14:35:07 -0500 received badge  Famous Question (source)
2016-01-11 11:17:56 -0500 received badge  Notable Question (source)
2016-01-11 10:24:42 -0500 received badge  Popular Question (source)
2016-01-11 03:22:21 -0500 asked a question One big subscriber vs. multiple small subscribers?

I'm using rospy.

I have several nodes that need camera image and point cloud.

each of them needs to get the rgb image and point cloud in real time.

I'm thinking about 2 structures

  1. Create one node that subscribes image and overwrites them into jpg file. And Create another node that subscribes point cloud and overwrites them into psd file. Nodes open files

  2. Put 2 subscribers to every nodes.

which is better(speed, synchronization)?