Multiple Kinects: Global Options parameter?
All,
I am trying to get two (2) kinects to display camera data in rviz. I run the below commands to set distinction between the kinects:
(kinect #1) roslaunch openni_launch openni.launch device_id:#1 camera:=kinect1 (Kinect #2) roslaunch openni_launch openni.launch device_id:#2 camera:=kinect2
- Both kinects show up in rviz properly.
- I can add two instances of the camera display type, setting them to display kinect1 and kinect2
- When I set the "Global Options" parameter to "kinect1_link", I can see the camera from kinect1, but not kinect2; the same goes the other way around.
What do I need to do to be able to see both kinects display in rviz?
Thanks in advance! Andrius
Hi Andrius, Please update if you were able to fix the issue. I am stuck in a similar situation. Thanks,
I would also like an update on this...