Multiple kinect static transform
Hi,
I'm trying to use RGBDSlam and Octomap on multiple Kinects. But not simultaneously. I would run one kinect each time. The loop is to slam an area, send the model to octomap server then launch a second camera (and shutting down the first one). The 2nd camera would also do the same thing but I won't restart octomap_server. So it would build up two octomaps after two slams in the server.
I should use a static transform on one kinect. I tried to have two different kinect_frames.launch files feeding to openni_node.launch files, But due to the fact that the cameras are NOT running at the same time, I'm not sure that having one single tf would be the answer for me.
Cameras are mounted back to back. Any advice would be appreciated.
Can you please share the launch files if you have solved this problem? I am working on similar stuff but could not figure out how to configure the tf frames.