openni_tracker using two Kinects problem.
Dear friends.
I am new in ROS and I am trying to track the human skeleton by two different Kinects (from different angles and distances).
But I can not run the "openni_tracker" with two different nods like :
- List item rosrun openni_tracker openni_tracker image:=/Kinect_1/rgb/image_color
- List item rosrun openni_tracker openni_tracker image:=/Kinect_2/rgb/image_color
Just one of them works... and the other stoped by the ROS telling :
- List item [ WARN] [1403525116.319161909]: Shutdown request received. Does any one know how I could run this node two time paralleled in my computer?
Also, in case of the possible answer, the "openni_tracker" publish the output as a tfMessage on "/tf" topic. In case of two nodes working (by two different" camera, what will be the output of this node?
Thanks