What is the correct tf configuartion for RGBDSLAM?
Hi, I want to use RGBDSLAM with an initial ground_truth, to map the trajectory to my cordinate system. Therefore I publish a tf from map to ground_truth_frame and set the parameter config/ground_truth_frame_name to ground_truth_frame. But I still get the following Warning: "openni_camera" passed to lookupTransform argument source_frame does not exist. - Using Identity for Ground Truth (This message is throttled to 1 per 5 seconds)
How can I set the pose for my initial Node?
edit: I use some kind of fake Camera to publish the Images from files, so there is actually noch openNI running.open
edit: As I can see from the openni_listener.cpp I need a tf from the bas_frame to some kind of depth_frame(I have no clue what this is) and also I need a tf from ground_truth_frame to openni_camera. I dont know the meaning of these tfs...could someone please help me on this?