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

Revision history [back]

click to hide/show revision 1
initial version

Thank you for the answer, i don't know if this will work, but I finally found a solution :

  • uninstall libopenni (it uninstall pcl & ros-navigation)
  • install openni-dev
  • install pcl from ppa (pcl website) which works with openni-dev
  • install pcl-ros and perception-pcl from apt
  • change pcl cmake at /opt/ros/hydro/share/pcl_ros/cmake by switching /usr/include/ni to /usr/include/openni
  • compile

still, this seems ugly and your solution is probably the best one.