Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenNI 2 grabber #276

Merged
merged 12 commits into from
May 12, 2014
Merged

Commits on Apr 5, 2014

  1. Configuration menu
    Copy the full SHA
    551c9e9 View commit details
    Browse the repository at this point in the history
  2. Added boost::chrono to dependency list

    * Chrono was added in boost 1.47.0, so changed minimum version to match.
    kwaegel committed Apr 5, 2014
    Configuration menu
    Copy the full SHA
    0733d47 View commit details
    Browse the repository at this point in the history
  3. Added FindOpenNI2.cmake search module.

    *also added a find_openni2 macro to PCLConfig.cmake.in to allow external users of PCL to find the OpenNI 2 libraries. This is a duplicate of the code in FindOpenNI2.cmake.
    kwaegel committed Apr 5, 2014
    Configuration menu
    Copy the full SHA
    e8e641e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2014

  1. Configuration menu
    Copy the full SHA
    f780d48 View commit details
    Browse the repository at this point in the history
  2. Added OpenNI 2 grabber.

    kwaegel committed Apr 6, 2014
    Configuration menu
    Copy the full SHA
    50b50af View commit details
    Browse the repository at this point in the history
  3. Stopped throwing exception on frame sync failure.

    * This is not an exceptional event and always occurs for file devices. Print error message instead.
    kwaegel committed Apr 6, 2014
    Configuration menu
    Copy the full SHA
    7da8ed5 View commit details
    Browse the repository at this point in the history
  4. Fixed data race problem with multiple sensors

    * The convertTo..PointCloud methods used statically allocated buffers to resize images, causing a data race if multiple deices tried to create point clouds simultaneously. Switched to using member buffers for each grabber.
    kwaegel committed Apr 6, 2014
    Configuration menu
    Copy the full SHA
    ebd82de View commit details
    Browse the repository at this point in the history
  5. Fixed warnings in OpenNI 2 grabberModeToOpenniMode

    * Fixed assignment in conditional test
    * Removed unused argument to focal length getters
    * Removed 'register' keywords that do nothing.
    kwaegel committed Apr 6, 2014
    Configuration menu
    Copy the full SHA
    c9c80e0 View commit details
    Browse the repository at this point in the history
  6. Added OpenNI 2 viewer app to visualization module.

    * Changed default viewpoint for OpenNI 2 viewer app. Needed to look down +Z axis to see point cloud.
    kwaegel committed Apr 6, 2014
    Configuration menu
    Copy the full SHA
    2a06fc1 View commit details
    Browse the repository at this point in the history
  7. Added HAVE_OPENNI check to people_app

    * Depends on pcl/io/openni_grabber.h and does not work with OpenNI 2.x grabber yet
    kwaegel committed Apr 6, 2014
    Configuration menu
    Copy the full SHA
    24a24c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a89c29 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2014

  1. Added common search path for deb packages.

    * /usr/include/openni2 is a common install location for unofficial OpenNI2 deb packages.
    kwaegel committed May 2, 2014
    Configuration menu
    Copy the full SHA
    0a7a0f3 View commit details
    Browse the repository at this point in the history