ros-distro-openni-camera dependencies problem on rgbdslam
Hi,
I tried rgbdslam both on fuerte version(http://wiki.ros.org/rgbdslam) and hydro version(http://felixendres.github.io/rgbdslam_v2/) following their separate instructions. But when I install openni-camera and openni-launch following the instructions from (http://wiki.ros.org/openni_camera?distro=fuerte)
$sudo apt-get install ros-<rosdistro>-openni-camera
$sudo apt-get install ros-<rosdistro>-openni-launch
The following errors occurred: For fuerte version:
The following packages have unmet dependencies: ros-fuerte-openni-camera : Depends: libopenni-dev but it is not going to be installed Depends: libopenni-sensor-primesense-dev but it is not going to be installed E: Unable to correct problems, you have held broken packages.
For hydro version:
The following packages have unmet dependencies: ros-hydro-openni-camera : Depends: libopenni0 but it is not going to be installed Depends: libopenni-dev but it is not going to be installed Depends: libopenni-sensor-primesense-dev but it is not going to be installed E: Unable to correct problems, you have held broken packages.
Thank you so much in advance!