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

Add support pcl::PointXYZRGBA to pcl::VLPGrabber #1738

Closed
wants to merge 212 commits into from

Commits on Nov 22, 2017

  1. Add support pcl::PointXYZRGBA to pcl::VLPGrabber

    Add support pcl::PointXYZRGBA to pcl::VLPGrabber.
    This change will be able to attach color to point cloud using
    pcl::visualization::PointCloudColorHandlerRGBField.
    UnaNancyOwen committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    0dc4b89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3890526 View commit details
    Browse the repository at this point in the history
  3. Add set colors to lasers

    Add set colors to lasers.
    UnaNancyOwen committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    01a0580 View commit details
    Browse the repository at this point in the history
  4. Fix Add set colors to lasers

    Fix Add set colors to lasers.
    UnaNancyOwen committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    9a1fd94 View commit details
    Browse the repository at this point in the history
  5. Fix Space

    Fix Space
    UnaNancyOwen committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    247b9a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. Deprecated old typedefs

    Deprecates old typedefs, because changed to xyzrgba from xyzrgb.
    UnaNancyOwen committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    b2c6171 View commit details
    Browse the repository at this point in the history
  2. Add get maximum number of lasers

    Add get maximum number of lasers
    UnaNancyOwen committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    6356cdd View commit details
    Browse the repository at this point in the history
  3. Change to static function

    Change to static function
    UnaNancyOwen committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    e1b1ffd View commit details
    Browse the repository at this point in the history
  4. Fix bit width

    Fix bit width
    UnaNancyOwen committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    7ee3a46 View commit details
    Browse the repository at this point in the history
  5. Fix build

    UnaNancyOwen committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    d1f83af View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2017

  1. fix in toPCLPointCloud2 if input cloud has no points

    Marc Gronle authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    6f8d29b View commit details
    Browse the repository at this point in the history
  2. fix ply header parsing

    Dmitry Trifonov authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    3cec989 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8781bf2 View commit details
    Browse the repository at this point in the history
  4. Replace boost::math::isnan by pcl_isnan

    boost::math wasn't included anyhow, resulting in build errors.
    jspricke authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    a1812b8 View commit details
    Browse the repository at this point in the history
  5. Option for no blocking with visualization on mesh2pcd

    Currently, pcl_mesh2pcd blocks at visualizing the generated pcd.
    wkentaro authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    9e30f2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9fcf03 View commit details
    Browse the repository at this point in the history
  7. Fix Android cross-compilation error

    39cb8b6 introduced a cross-compilation error
    for Android where a build would fail with
    
    [...]
    pcl/common/include/pcl/pcl_macros.h:394:4: error: #error aligned_malloc not
    supported on your platform
       #error aligned_malloc not supported on your platform
        ^
    pcl/common/include/pcl/pcl_macros.h:410:4: error: #error aligned_free not
    supported on your platform
       #error aligned_free not supported on your platform
        ^
    [...]
    
    This patch adds a new CPP branch for Android to pcl_macros.h. The calls to
    memalign() and free() were checked against the malloc.h files from the
    Android NDK r13b.
    nachtgeist authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    a7ae658 View commit details
    Browse the repository at this point in the history
  8. Updated narf_keypoint_extraction.rst

    Added hyperlink to a tutorial referred.
    rahulchhabra07 authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    b92b889 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a7dc6c1 View commit details
    Browse the repository at this point in the history
  10. Update lccp_segmentation.h

    The output container was passed by copy and not by reference to getSupervoxelToSegmentMap()
    YB27 authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    306d52e View commit details
    Browse the repository at this point in the history
  11. Update Installer for MSVC15

    Update installer name and OpenMP dll for Visual Studio 2017 (MSVC15).
    UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    c6cb00a View commit details
    Browse the repository at this point in the history
  12. visualization: Return when camera file is not open

    MarcoFalke authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    083d773 View commit details
    Browse the repository at this point in the history
  13. Remove non commercial claim (Closes: PointCloudLibrary#1775)

    * Pascal Theiler <beispiel@gmx.ch> [2016-12-17 14:33]:
    > The license was actually copied from another contribution. Hence this special line was never intended to be there.
    >
    > You can simply remove it
    >
    > Cheers, Pascal
    jspricke authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    fab466a View commit details
    Browse the repository at this point in the history
  14. Suppress sphinx warnings in the tutorials. Fixed pyparsing version to…

    … 2.1.9
    
    The update from pyparsing to 2.1.9 to 2.1.10 created a yet to be resolved bug in doxylink. This is a workaround until doxylink gets updated.
    SergioRAgostinho authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    c0b57c4 View commit details
    Browse the repository at this point in the history
  15. Update find Boost versions

    Update find Boost versions.
    Add Boost 1.62.0 and Boost 1.63.0.
    UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    25d7410 View commit details
    Browse the repository at this point in the history
  16. Update CUDA Compute Capability

    CUDA SDK 8.0 support for Compute Capability 2.0 – 6.x (Fermi, Kepler,
    Maxwell, Pascal).
    UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    49846a8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9c3e885 View commit details
    Browse the repository at this point in the history
  18. compile-time support for VTK7.1

    The *TupleValue function family got removed in favor of the *TypedTuple functions.
    
    To preserve backward compatibility with older VTK versions,
    this introduces local macro-overloads for the used functions.
    v4hn authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    dee716b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d96dadf View commit details
    Browse the repository at this point in the history
  20. Update comment in supervoxel clustering

    The original paper describes to "delete seeds which do not have at least as many voxels as would be occupied by a planar surface intersecting with *half* of the search volume", but it was later "decided that it was better to keep most supervoxel seeds, as it tended to work better for many scenes".
    
    References and fixes PointCloudLibrary#622
    MarcoFalke authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    ec343f3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    efd185a View commit details
    Browse the repository at this point in the history
  22. More clear error message in SampleConsensusModelPlane::optimizeModelC…

    …oefficients()
    
    Additionally, replace plain numbers with model_size_/sample_size_ where
    appropriate.
    taketwo authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    604fed2 View commit details
    Browse the repository at this point in the history
  23. Move RGBValue to anonymous namespace

    This is to avoid ODR violation when compiling with both OpenNI and
    OpenNI2 enabled.
    taketwo authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    3d290f4 View commit details
    Browse the repository at this point in the history
  24. added missing deletes and destructor for ISSKeypoint3D

    adapted to pcl style
    ffurrer authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    c73e3bc View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b21089e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b10cbf7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d1c5d61 View commit details
    Browse the repository at this point in the history
  28. Remove MSVCdd variables

    Version check for MSVC with MSVC_VERSION variable instead of MSVCdd
    variables, because MSVCdd variables are legacy.
    (e.g. MSVCdd is not defined for Visual C++ 2017.)
    UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    9cdb13c View commit details
    Browse the repository at this point in the history
  29. Update gp3.hpp

    corrected the function of getTriangleList.
    Pccolb authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    feb9aed View commit details
    Browse the repository at this point in the history
  30. Update find Boost version

    Update find Boost version.
    Add Boost 1.64.0 that supported Visual Studio 2017.
    UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    e6dc203 View commit details
    Browse the repository at this point in the history
  31. tools: Add option to write normals to mesh_sampling

    MarcoFalke authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    02ea42f View commit details
    Browse the repository at this point in the history
  32. tools: Rename res to voxel_cloud

    MarcoFalke authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    fb81ea7 View commit details
    Browse the repository at this point in the history
  33. Switch SEARCHENGINE State by GENERATE_HTMLHELP State

    SEARCHENGINE should be disabled when enabling GENERATE_HTMLHELP.
    UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    30f1d1e View commit details
    Browse the repository at this point in the history
  34. Update find Boost versions for PCLConfig

    Add latest versions to find Boost macro.
    UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    1b99600 View commit details
    Browse the repository at this point in the history
  35. Fix Link Path to Documents

    Fix link path to documents.
    The actual path includes the version number.
    UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    f8e393c View commit details
    Browse the repository at this point in the history
  36. Fix CPack for Documents

    BUILD_documentation option is already deprecated.
    UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    85aafed View commit details
    Browse the repository at this point in the history
  37. typo in docs

    Bart authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    d41eb78 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    b554eb1 View commit details
    Browse the repository at this point in the history
  39. fix badges markup in README

    andyli authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    d3ef467 View commit details
    Browse the repository at this point in the history
  40. Modularized unit tests

    - Include directories are now added for opt dependencies
    - Make module dependencies propagate to the corresponding tests
    SergioRAgostinho authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    37770bc View commit details
    Browse the repository at this point in the history
  41. Travis: job refactoring

    - install dependencies from package manager
    - Full build now also builds simulation, apps and examples
    - tests refactoring, now split into core and extended
    - Specify compiler explicitly on all jobs, reset author and date for docs (author @MarcoFalke)
    - Add ppa of backported doxygen for Precise. Allows having a more recent version than the default one on Precise which already supports markdow.
    - Prevent doc push in case of a pull request
    - Refactor into three test blocks
    - Limit the number of jobs in the extension tests
    - Refactored compilation of lib, apps, tools and examples
    SergioRAgostinho authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    d7cace0 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    ce16c96 View commit details
    Browse the repository at this point in the history
  43. Add Catch I/O Exception to OpenNI2 Viewer

    Add catch I/O exception to openni2_viewer sample.
    For example, OpenNI2Grabber throws I/O exception when sensor is not
    connected.
    UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    b5ea7ab View commit details
    Browse the repository at this point in the history
  44. Add Catch I/O Exception to OpenNI Viewer

    Add catch I/O exception to openni_viewer sample.
    For example, OpenNIGrabber throws I/O exception when sensor is not
    connected.
    UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    8ee6906 View commit details
    Browse the repository at this point in the history
  45. Fix crashes in LineMOD due to out of bound memory access and using re…

    …gular free on memory that is allocated with aligned_malloc
    Woody Chow authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    58450b6 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    c48bc41 View commit details
    Browse the repository at this point in the history
  47. old version pcl save face with name vertex_index(still on Ubuntu 14.0…

    …4). new pcl would then ignore face
    Tongxi Lou authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    4a8289f View commit details
    Browse the repository at this point in the history
  48. Fix LineMOD compilation errors. Also removing PointRGB struct as it i…

    …s a duplciate of RGB
    Woody Chow authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    f6a386c View commit details
    Browse the repository at this point in the history
  49. Fixes segfault in our-cvfh when h_index is > 12. This wraps h_index a…

    …round to 12 when the number of quadrants is > 12.
    Lekan authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    3467a07 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    fa61870 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    bc0a1f9 View commit details
    Browse the repository at this point in the history
  52. Fix reflection in umeyama.

    rmensing authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    3c61343 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    d087575 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    3c49a12 View commit details
    Browse the repository at this point in the history
  55. Fix bug: frame type is not correct in statistics

    In the statistics result of octree compression, frame type is always
    prediction frame because i_frame_ attribute is not used in a correct
    way in octree_pointcloud_compression.hpp.
    
    'i_frame_' should be set to be false after showing statistics result.
    fengjim authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    a4348ba View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    8421caa View commit details
    Browse the repository at this point in the history
  57. Don't set VTK_LIBRARIES manually

    On a current Debian unstable system this results in:
    
    /usr/bin/ld: cannot find -lQt5::Widgets
    
    I assume that it made sense when we required only some of the VTK
    libraries, but setting it to all doesn't make a difference, unless your
    system is different to the one PCL was compiles on.
    jspricke authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    fddb045 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    8172e1b View commit details
    Browse the repository at this point in the history
  59. fix typo

    Fix typo in deprecation message
    WillieMaddox authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    3b6863c View commit details
    Browse the repository at this point in the history
  60. Fixes for gp3 algorithm

    puzzlepaint authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    bc88ccf View commit details
    Browse the repository at this point in the history
  61. Update test_shot_estimation.cpp

    Correct the SHOT value for the modified quadrilinear interpolation parameter.
    chenxiao86 authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    cb71ee0 View commit details
    Browse the repository at this point in the history
  62. fix a bug to improve speed

    The original version didn't update the variable "seed_counter" which will significantly reduce the speed for the useless repeat.
    weireweire authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    d0ba6b8 View commit details
    Browse the repository at this point in the history
  63. test_common_io fix

    SergioRAgostinho authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    b6c2a56 View commit details
    Browse the repository at this point in the history
  64. Revert "Fix reflection in umeyama."

    This reverts commit 12738dd following
    the discussion in PointCloudLibrary#1820.
    taketwo authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    d0ab51a View commit details
    Browse the repository at this point in the history
  65. Adapting umeyama from Eigen-3.3-beta2 to pcl.

    This fixes Eigen bug 774 for umeyama reflections.
    jolesinski authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    60285f4 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    dd1f578 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    00ad593 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    358e529 View commit details
    Browse the repository at this point in the history
  69. Use Q_* instead of slots and signals in Qt apps

    This is to avoid compile or runtime problems when including 3rd party
    headers. In particular, boost signals library is known to cause
    problems, see PointCloudLibrary#1028.
    taketwo authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    757f7cf View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    f3c4267 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    6284a2f View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    a1c711a View commit details
    Browse the repository at this point in the history
  73. Replace C-style sqrtf with std::sqrt

    taketwo authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    00eba31 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    1241584 View commit details
    Browse the repository at this point in the history
  75. fix octree bounds (PointCloudLibrary#1532)

    - fixed octree bounds reducing, for some resolution/bounds ratio octree bounds can be unexpectedly reduced
    - added unit test for octree bounds correction
    - fix tree bounds enlarge due to precision issues + unit test, for some testcases it can change tree depth and break tree deserialization
    pkuhto authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    6e5b869 View commit details
    Browse the repository at this point in the history
  76. Fix linking error when using Octree with custom leaf container

    The octree module didn't respect the PCL_NO_PRECOMPILE mechanism. This
    commit fixes that by implementing it for percompiled classes and fixing
    includes for non-precompiled classes.
    stefanbuettner authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    a288b0f View commit details
    Browse the repository at this point in the history
  77. Cleanup octree includes

    * Remove unnecessary includes and fix compilation error in
      OctreePointcloudAdjacency.
    * Add OctreePointCloudAdjacency to octree.h and add comment for instantiation.
    * Replace general octree.h includes by specific ones.
      Only include what is necessary to minimize dependencies and reduce
      build times.
    * Remove leftover string comment
    stefanbuettner authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    1eda467 View commit details
    Browse the repository at this point in the history
  78. Use PCL_NO_PRECOMPILE in modules which need custom octree leaf contai…

    …ners.
    
    Using PCL_NO_PRECOMPILE in cpp files makes sense, since code has to be
    generated anyway. The scope of the preprocessor definition is the cpp
    file itself, so it doesn't pollute something.
    And since all classes are instantiated with other template parameter
    values, there is no duplicate code.
    stefanbuettner authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    5206199 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    52d4b33 View commit details
    Browse the repository at this point in the history
  80. Clean up Octree unit tests

    * Use appropriate GTest assertions
    * Enforce PCL style
    * Delete trailing spaces
    taketwo authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    15e630f View commit details
    Browse the repository at this point in the history
  81. Fix find path for Eigen

    Eigen will be installed in Eigen3 directory by default settings.
    UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    559cb48 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    43a521f View commit details
    Browse the repository at this point in the history
  83. Remove invalid PCL_EXPORTS

    SergioRAgostinho authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    ddaecd4 View commit details
    Browse the repository at this point in the history
  84. Introduce a new CMake and C++ macro variable "PCL_DEV_VERSION"

    It is set to 1 for development versions and 0 for release versions.
    Development versions are identified by a "-dev" prefix.
    
    This commit drops unused PCL_CANDIDATE_VERSION CMake variable.
    taketwo authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    ac9bda3 View commit details
    Browse the repository at this point in the history
  85. Update PCL_VERSION_COMPARE macro function to account for development …

    …versions
    
    A development version is always greater than its precedent released version and less than any of the future releases.
    taketwo authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    fe9e2a6 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    d272f34 View commit details
    Browse the repository at this point in the history
  87. Add PCL_VERSION_PLAIN and use where appropriate

    This variable is just like PCL_VERSION, but with "-dev" suffix (if any)
    replaced by ".99" tweak number.
    
    fu
    taketwo authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    b3ca468 View commit details
    Browse the repository at this point in the history
  88. Bump current version to "1.8.0-dev"

    taketwo authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    2b3cec8 View commit details
    Browse the repository at this point in the history
  89. Add option that build with FLANN dynamic linking on Windows

    Add option that build with FLANN dynamic linking on Windows.
    FLANN will be statically link by default settings on Windows.
    If you want to dynamic link on Windows, Please set this option.
    UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    7122a95 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    7a7b2ab View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    98d7616 View commit details
    Browse the repository at this point in the history
  92. Update changes for 1.8.1

    SergioRAgostinho authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    2cc0504 View commit details
    Browse the repository at this point in the history
  93. Add new gtest path

    jspricke authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    9a214ff View commit details
    Browse the repository at this point in the history
  94. Fix issue with finding pcl deployed out of path (PointCloudLibrary#1923)

    * fix issue with finding pcl deployed out of path
    
    * The path is set relative to PCLConfig.cmake
    SergioRAgostinho authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    4342798 View commit details
    Browse the repository at this point in the history
  95. instantiate: remove duplicate macro definition

    remove duplicate macro definition of PCL_INSTANTIATE_PRODUCT_IMPL if PCL_NO_PRECOMPILE was defined
    PeterSchuebel authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    08db9e7 View commit details
    Browse the repository at this point in the history
  96. Fix issue PointCloudLibrary#1674

    anuppari authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    3c85ce1 View commit details
    Browse the repository at this point in the history
  97. Added CUDA compute capability 5.3

    haueck authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    7043ce9 View commit details
    Browse the repository at this point in the history
  98. Added option to specify translation and rotation convergence deltas in

    ICP and NDT algorithms.
    carlosmccosta authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    10f050f View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    ccffcf0 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    b86e8aa View commit details
    Browse the repository at this point in the history
  101. Fixed error in documentation.

    pcl::visualization::createCube was documented incorrectly and there were spelling mistakes.
    IgniparousTempest authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    1f747ea View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    41f769e View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    ec497fc View commit details
    Browse the repository at this point in the history
  104. Final changelist update for 1.8.1

    taketwo authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    3c351d0 View commit details
    Browse the repository at this point in the history
  105. Bump version to 1.8.1-dev

    taketwo authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    58da629 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    2f5b46f View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    41f6478 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    47909ea View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    93cf404 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    20ffd71 View commit details
    Browse the repository at this point in the history
  111. Typo

    vfdev-5 authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    d19a432 View commit details
    Browse the repository at this point in the history
  112. Update organized.h (PointCloudLibrary#1965)

    Doc typo fix
    vfdev-5 authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    5a1d189 View commit details
    Browse the repository at this point in the history
  113. remove unreachable code (PointCloudLibrary#1967)

    Remove unreachable code in registration::DefaultConvergenceCriteria
    jasjuang authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    0f8de92 View commit details
    Browse the repository at this point in the history
  114. Update Find Boost

    Update Find Boost version. Add Boost 1.65.0.
    UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    61bc4bb View commit details
    Browse the repository at this point in the history
  115. spatial restriction for marching cube hoppe to avoid phantom surfaces… (

    PointCloudLibrary#1874)
    
    Add spatial restriction for marching cube hoppe to avoid phantom surfaces in complex point clouds
    Tongxi Lou authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    3379479 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    a62bfb5 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    27597c0 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    ad7ee0d View commit details
    Browse the repository at this point in the history
  119. [OCTREE] Remove a useless field in octree_viewer.

    frozar authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    a66279d View commit details
    Browse the repository at this point in the history
  120. Generate pkgconfig for 2d module

    taketwo authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    8c6076a View commit details
    Browse the repository at this point in the history
  121. [OCTREE] Fix the unit 'test_octree'.

    frozar authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    b087384 View commit details
    Browse the repository at this point in the history
  122. [OCTREE] To avoid the display of spurious point, check the detph of a…

    …n octree node before to print it.
    frozar authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    916a726 View commit details
    Browse the repository at this point in the history
  123. [OCTREE] Be able to read PLY file. Use the 'load' function to read in…

    …put file.
    frozar authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    4ea1492 View commit details
    Browse the repository at this point in the history
  124. [OCTREE] Fix the display of the octree cube.

    frozar authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    da477c3 View commit details
    Browse the repository at this point in the history
  125. Organized Statistical Outlier Removal PCLPointCloud2 (PointCloudLibra…

    …ry#1663)
    
    Inherit from FilterIndices and implement applyFilter, move duplicate code
    stefanbuettner authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    762da26 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    1af9c8a View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    c72ff75 View commit details
    Browse the repository at this point in the history
  128. Fixes remove_indices in UniformSampling

    Francisco Facioni authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    ce648bb View commit details
    Browse the repository at this point in the history
  129. Fixed queryBBIncludes_subsample

    Extractor's input cloud was not set and sample_points cast to int could
    reach zero (e.g. if sample_points=0.9)
    raulmola authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    fdad51c View commit details
    Browse the repository at this point in the history
  130. Update pcl_visualizer.h (PointCloudLibrary#1995)

    Add PCL_EXPORTS to private command classes within PCLVisualizer
    CSBVision authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    5b6bdbf View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    7680abc View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    1afb02c View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    5cc132e View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    4849510 View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    d57415c View commit details
    Browse the repository at this point in the history
  136. Fix style guide issues

    Levi-Armstrong authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    48939b8 View commit details
    Browse the repository at this point in the history
  137. Configuration menu
    Copy the full SHA
    b984f8a View commit details
    Browse the repository at this point in the history
  138. Fix bug in PointCloudGeometryHandlerCustom

    Denys Senkin authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    188805a View commit details
    Browse the repository at this point in the history
  139. [OCTREE] Compute accurately the centroid of octree in 'octree_viewer'.

    Use the method 'getVoxelCentroidsRecursive' to retrieve every centroids under a given BranchNode and compute the correct global centroid.
    frozar authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    7569afe View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    7220bd1 View commit details
    Browse the repository at this point in the history
  141. Changed PCDWriter::generateHeaderBinaryCompressed() to accept std::os…

    …tream &os as a parameter, instead of using a local std::ostringstream oss and returning a std::string. Updated docstring of std::ostream & version, in order to describe return value.
    
    Added overload of PCDWriter::generateHeaderBinaryCompressed() for compatibility with legacy code.  Internally, the std::ostream & version is still used to avoid needless string copies.
    
    Added an overload of PCDWriter::writeBinaryCompressed () that writes to a std::ostream.
    
    Changed existing PCDWriter::writeBinaryCompressed () implementation to simply utilize the std::ostream version, then write the result to a file.
    mattgruenke authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    6074c44 View commit details
    Browse the repository at this point in the history
  142. de-duplicated PCDReader::readHeader () - an overload had been added a…

    …nd the entire body (259 lines) copied. Upon diffing the two, no meaningful differences were found. The overload was made to call the original, in order to avoid them drifting out of sync.
    mattgruenke authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    0d7de23 View commit details
    Browse the repository at this point in the history
  143. Added std::istream overload of PCDReader::readHeader().

    Updated docstring of PCDReader::readHeader() to indicate which members of the cloud parameter are modified.
    mattgruenke authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    b576145 View commit details
    Browse the repository at this point in the history
  144. Added PCDReader::readBody_Ascii() and PCDReader::readBody_Binary(), t…

    …o support reading PCD-serialized point clouds from memory. This also simplifies PCDReader::read(), leaving it just to deal with opening & closing files.
    mattgruenke authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    1d5ef3d View commit details
    Browse the repository at this point in the history
  145. Improved TEST (PCL, LZF), by checking the return code of reader.read<…

    …>() calls.
    
    Added TEST (PCL, LZFInMem), to exercise new functionality for reading & writing std::iostreams.
    mattgruenke authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    15ccf4b View commit details
    Browse the repository at this point in the history
  146. Configuration menu
    Copy the full SHA
    d5b88e0 View commit details
    Browse the repository at this point in the history
  147. Disable tools build in CI.

    SergioRAgostinho authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    4356ff5 View commit details
    Browse the repository at this point in the history
  148. [TRAVIS] Enable the build of tools.

    frozar authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    2c60389 View commit details
    Browse the repository at this point in the history
  149. fix missing include file: from_meshes.h is using pcl::Vertices in it (P…

    …ointCloudLibrary#2009)
    
    Fix missing include file: from_meshes.h is using pcl::Vertices
    jasjuang authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    c75d3cf View commit details
    Browse the repository at this point in the history
  150. [TRAVIS] Enable the build of apps.

    frozar authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    c6cde56 View commit details
    Browse the repository at this point in the history
  151. Configuration menu
    Copy the full SHA
    ebbd3a3 View commit details
    Browse the repository at this point in the history
  152. Replace float indices with Eigen Index

    Denys Senkin authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    4417b58 View commit details
    Browse the repository at this point in the history
  153. Fix several documentation typos

    broder authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    c2267a1 View commit details
    Browse the repository at this point in the history
  154. Add new constructors to PCLVisualizer (PointCloudLibrary#2004)

    Add new constructors to PCLVisualizer
    
    New constructors allow to provide custom renderers and render windows.
    denix56 authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    73fc141 View commit details
    Browse the repository at this point in the history
  155. Fix MSVC compile issue related with ssize_t (PointCloudLibrary#2027)

    Fix MSVC compile issue related with ssize_t
    denix56 authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    644cfe0 View commit details
    Browse the repository at this point in the history
  156. Transformation Fix for BoxClipper3D (PointCloudLibrary#1961)

    Fix Transformation for Box Clipper 3D. Add Unit Tests
    gnedster authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    a4ade39 View commit details
    Browse the repository at this point in the history
  157. Configuration menu
    Copy the full SHA
    bb6f625 View commit details
    Browse the repository at this point in the history
  158. Add necessary boost headers to pcl/io to build in CUDA mode (PointClo…

    …udLibrary#2025)
    
    Restructure io/include/pcl/io/boost.h to fix compilation in CUDA mode
    bowang authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    0c3a292 View commit details
    Browse the repository at this point in the history
  159. fix /MP option not generated for Visual Studio.

    zha149 authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    2e5b5bb View commit details
    Browse the repository at this point in the history
  160. Suppress log when PCL_FIND_QUIETLY is turned on. (PointCloudLibrary#2032

    )
    
    Suppress log when PCL_FIND_QUIETLY is turned on.
    kaikai2 authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    c0c7375 View commit details
    Browse the repository at this point in the history
  161. [gcc] fixes -Wmisleading-indentation: hog.cpp

    ```
    In member function ‘float* pcl::people::HOG::acosTable() const’:
    /pcl-trunk/people/src/hog.cpp:421:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
       if( init ) return a+n2; ni = 2.02f/(float) n;
       ^~
    /pcl-trunk/people/src/hog.cpp:421:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
       if( init ) return a+n2; ni = 2.02f/(float) n;
                               ^~
    ```
    moriarty authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    c70fcec View commit details
    Browse the repository at this point in the history
  162. [gcc] fixes -Wmisleading-indentation: auxiliary.h

    ```
    /auxiliary.h: In function ‘void pcl::recognition::aux::expandBoundingBoxToContainPoint(T*, const T*)’:
    /auxiliary.h:100:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
             else if ( p[0] > bbox[1] ) bbox[1] = p[0];
             ^~~~
    /auxiliary.h:102:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’
                  if ( p[1] < bbox[2] ) bbox[2] = p[1];
                  ^~
    /auxiliary.h:103:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
             else if ( p[1] > bbox[3] ) bbox[3] = p[1];
             ^~~~
    /auxiliary.h:105:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’
                  if ( p[2] < bbox[4] ) bbox[4] = p[2];
                  ^~
    ```
    moriarty authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    ad74950 View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    5b0ad59 View commit details
    Browse the repository at this point in the history
  164. [gcc] fixes -Wimplicit-fallthrough: common/io.h

    Warning was correct, getFieldType(size, type) with size == 1 or 2 and
    type == 'F', would fallthrough and return pcl::PCLPointField::Float32.
    moriarty authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    f5d3ee5 View commit details
    Browse the repository at this point in the history
  165. Modify STRICT_ALIGN because macro expansion w/defined is undefined

    Modify STRICT_ALIGN because macro expansion producing 'defined' has
    undefined behavior.
    
    closes PointCloudLibrary#2042
    
    Signed-off-by: Kevin Dalley <kevin@kelphead.org>
    nereocystis authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    90aba59 View commit details
    Browse the repository at this point in the history
  166. Added cuda 9 arch bin flags

    Jonathan Meyer authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    8c784c7 View commit details
    Browse the repository at this point in the history
  167. Unifies Find scripts in PCLConfig

    fran6co authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    74d6745 View commit details
    Browse the repository at this point in the history
  168. Removed normal related accessors and members from EuclideanClusterCom…

    …parator
    
    Fixes PointCloudLibrary#1514. The functionality intended for the EuclideanClusterComparator appears to be clustering based on Euclidean distance only, hence all normal pertaining information is misleading.
    SergioRAgostinho authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    846d5a4 View commit details
    Browse the repository at this point in the history
  169. Configuration menu
    Copy the full SHA
    4088d72 View commit details
    Browse the repository at this point in the history
  170. Configuration menu
    Copy the full SHA
    9792a9e View commit details
    Browse the repository at this point in the history
  171. FLARELocalReferenceFrameEstimation class added (PointCloudLibrary#1571)

    Add implementation of the Fast LocAl Reference framE (FLARE) algorithm
    aliosciapetrelli authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    4c67d81 View commit details
    Browse the repository at this point in the history
  172. Fix PACKAGE to include cmake/Modules directory

    Fix PACKAGE to include cmake/Modules directory.
    New PCLConfig.cmake requires find modules.
    UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    8c73bb7 View commit details
    Browse the repository at this point in the history
  173. Fix incorrect Ptr/ConstPtr typedefs in MovingLeastSquaresOMP

    Ian Taylor authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    d85e31c View commit details
    Browse the repository at this point in the history
  174. Added 'Dist' template type to typedefs and other member functions

    Sascha Wirges authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    d2da0f3 View commit details
    Browse the repository at this point in the history
  175. Consistent use of 'Dist' template type within KdTreeFLANN

    Sascha Wirges authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    508f200 View commit details
    Browse the repository at this point in the history
  176. [TUTO] Fix the tutorial qt_visualizer compilation issue: qt4 -> qt5. (P…

    …ointCloudLibrary#2051)
    
    Migration of qt_visualizer and qt_colorize_cloud tutorials to Qt5.
    frozar authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    a587697 View commit details
    Browse the repository at this point in the history
  177. Configuration menu
    Copy the full SHA
    e4cc743 View commit details
    Browse the repository at this point in the history
  178. Configuration menu
    Copy the full SHA
    28345dd View commit details
    Browse the repository at this point in the history
  179. Update finder scripts for Ensenso, OpenNI, and OpenNI2

    * Make sure XXX_LIBRARIES and XXX_INCLUDE_DIRS variables are not defined
      if the packages are not found
    * Make XXX_LIBRARIES and XXX_INCLUDE_DIRS advanced options
    * Some reformatting
    
    Fixes PointCloudLibrary#2059
    taketwo authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    8b027d9 View commit details
    Browse the repository at this point in the history
  180. VTK function change since version 7.1 (PointCloudLibrary#2063)

    Update examples to support VTK >= 7.1
    yongduek authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    3fe2dd5 View commit details
    Browse the repository at this point in the history
  181. Configuration menu
    Copy the full SHA
    fb39b13 View commit details
    Browse the repository at this point in the history
  182. Configuration menu
    Copy the full SHA
    664bd29 View commit details
    Browse the repository at this point in the history
  183. Configuration menu
    Copy the full SHA
    57a26df View commit details
    Browse the repository at this point in the history
  184. Configuration menu
    Copy the full SHA
    de00778 View commit details
    Browse the repository at this point in the history
  185. Configuration menu
    Copy the full SHA
    2dc19fc View commit details
    Browse the repository at this point in the history
  186. Configuration menu
    Copy the full SHA
    59fcebd View commit details
    Browse the repository at this point in the history
  187. Configuration menu
    Copy the full SHA
    83b8dfe View commit details
    Browse the repository at this point in the history
  188. Configuration menu
    Copy the full SHA
    04e26cb View commit details
    Browse the repository at this point in the history
  189. Suppress strict alias warning (PointCloudLibrary#2072)

    Suppress strict alias warning
    SergioRAgostinho authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    0dd1d06 View commit details
    Browse the repository at this point in the history
  190. Configuration menu
    Copy the full SHA
    3739b90 View commit details
    Browse the repository at this point in the history
  191. Configuration menu
    Copy the full SHA
    b1be693 View commit details
    Browse the repository at this point in the history
  192. Configuration menu
    Copy the full SHA
    51cadfe View commit details
    Browse the repository at this point in the history
  193. Configuration menu
    Copy the full SHA
    a836751 View commit details
    Browse the repository at this point in the history
  194. Configuration menu
    Copy the full SHA
    956c468 View commit details
    Browse the repository at this point in the history
  195. Configuration menu
    Copy the full SHA
    b0c5e01 View commit details
    Browse the repository at this point in the history
  196. fix header names

    dirkholz authored and UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    280259f View commit details
    Browse the repository at this point in the history
  197. Configuration menu
    Copy the full SHA
    3fe588d View commit details
    Browse the repository at this point in the history
  198. Add search path suffixes for Vcpkg

    Add search path suffixes for PCL port of Vcpkg.
    UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    9ab6359 View commit details
    Browse the repository at this point in the history
  199. Configuration menu
    Copy the full SHA
    1a399eb View commit details
    Browse the repository at this point in the history
  200. Configuration menu
    Copy the full SHA
    4a700f3 View commit details
    Browse the repository at this point in the history
  201. Add support pcl::PointXYZRGBA to pcl::VLPGrabber

    Add support pcl::PointXYZRGBA to pcl::VLPGrabber.
    This change will be able to attach color to point cloud using
    pcl::visualization::PointCloudColorHandlerRGBField.
    UnaNancyOwen committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    870f6ed View commit details
    Browse the repository at this point in the history
  202. Configuration menu
    Copy the full SHA
    2e0b9fb View commit details
    Browse the repository at this point in the history