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

Revision history [back]

The easiest solution would be to launch the openni_launch with the camera argument set. See the documentation at the bottom of this page. So the following command

roslaunch openni_launch openni_launch camera:=openni

will set the first word of all of the frames associated with your Kinect to be "openni" instead of "camera". This should unite your tf tree.

The easiest solution would be to launch the openni_launch with the camera argument set. See the documentation at the bottom of this page. So the following command

roslaunch openni_launch openni_launch camera:=openni

will set the first word of all of the frames associated with your Kinect to be "openni" instead of "camera". This should unite merge your tf tree.

The easiest solution would be to launch the openni_launch with the camera argument set. See the documentation at the bottom of this page. So the following command

roslaunch openni_launch openni_launch openni.launch camera:=openni

will set the first word of all of the frames associated with your Kinect to be "openni" instead of "camera". This should merge your tf tree.