Skip to content

carlosfva1990/libfreenect2pclgrabber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libfreenect2pclgrabber

A grabber for the kinect2 which returns images and Point Clouds. There is the support for multiple kinects and a ROS interface.

For any questions don't hesitate to contact me at giacomo.dabisias@gmail.com.

If you have issues with multiple kinects execute "echo 64 > /sys/module/usbcore/parameters/usbfs_memory_mb". If this works you can apply this patch permanently as follows:

Open the /etc/default/grub file in any text editor. Find and replace: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" with this:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash usbcore.usbfs_memory_mb=1000"

Update grub with these settings: $ sudo update-grub

REMEMBER TO EXECUTE sudo make install in the libfreenect2 build folder to copy all files in /usr/local

About

a grabber for the kinect2 which returns a registered pcl point cloud

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.7%
  • CMake 10.3%