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

Multiple Kinects: Same Topics from different nodes, how to subscribe?

asked 2011-03-09 01:06:54 -0500

blueskin gravatar image

updated 2016-10-24 08:59:47 -0500

ngrennan gravatar image

Hi All,

If anyone has any links or references about connecting 2 or more Kinects to the same computer and specifically obtaining & integrating data from them, could you please reply here? So I am able to launch separate files for each kinect and am able to launch data separately. Here's the output of my rxgraph image description

The problem is my process listens to a topic and it cannot distinguish between same topics from different nodes, how can I make them publish topics with unique names? or how can I listen to topics from a specific node?

Best,

CV

edit retag flag offensive close merge delete

Comments

Could you specify what you mean by multiple kinects? Do you want data on connecting multple kinects on one computer or are you talking data fusion?
tfoote gravatar image tfoote  ( 2011-03-09 06:53:02 -0500 )edit
@tfoote: I've edited the question, thank you.
blueskin gravatar image blueskin  ( 2011-03-09 07:48:10 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
3

answered 2011-03-09 08:53:19 -0500

tfoote gravatar image

The new drivers used by openni_kinect support multiple cameras on one computer.

For fusing data I suggest looking PCL

edit flag offensive delete link more

Comments

thanks tfoote, I'll try it and let you know.
blueskin gravatar image blueskin  ( 2011-03-09 09:12:27 -0500 )edit
2

answered 2011-03-09 09:22:24 -0500

tfoote gravatar image

To make each instance publish on a different topic use topic remapping Also there is roslaunch syntax for remapping

edit flag offensive delete link more

Comments

awesome, this is what I was looking for. Anyways, even after remapping am not able to visualize both kinects using RVIZ.
blueskin gravatar image blueskin  ( 2011-03-09 10:02:29 -0500 )edit

Question Tools

Stats

Asked: 2011-03-09 01:06:54 -0500

Seen: 1,499 times

Last updated: Mar 09 '11