ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The openni drivers have changed in fuerte, and the kinect+rgbdslam.launch launch file is looking for the electric openni_camera launch file. You can fix this by changing the kinect+rgbdslam.launch file as such:
<include file="$(find openni_camera)/launch/openni_node.launch"/> to <include file="$(find openni_launch)/launch/openni.launch"/>
2 | No.2 Revision |
The openni drivers have changed in fuerte, and the kinect+rgbdslam.launch launch file is looking for the electric openni_camera launch file. You can fix this by changing the kinect+rgbdslam.launch file as such:
change
<include file="$(find openni_camera)/launch/openni_node.launch"/>
to
<include file="$(find