Last active
August 27, 2015 14:55
-
-
Save chatchavan/c073b8b15e2c17ad1dbc to your computer and use it in GitHub Desktop.
PCL manual settings on Raspberry Pi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# These settings are obtained from | |
# pkg-config --print-variables pcl_common-1.7 | |
# pkg-config --variable=libdir pcl_common-1.7 | |
PCL_INCLUDE_DIRS=/usr/include/pcl-1.7 | |
PCL_LIBRARY_DIRS=/usr/lib/arm-linux-gnueabihf |
The example in pcl/io/tools/openni_grabber_depth_example.cpp
may be a better starting point than the one on the website.
Knowledge in this post is captured in this fork of PCL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In your program, changed the binding function to use only XYZ. Basically, replace everything with
XYZRGBA
toXYZ