1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 17, 2024 — Apr 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #6002 from mvieth/tests_fix_minor_problems More... 8 days ago
Fix minor issues in tests More... 9 days ago
Merge pull request #5997 from mvieth/radius_search_sorted_results More... 9 days ago
Merge pull request #5978 from larshg/removepcl_cuda More... 15 days ago
Only skip first result of radiusSearch if results are sorted The same was done for `extractEuclideanClusters` years ago: https://github.com/PointCloudLibrary/pcl/pull/109 For ConditionalEuclideanClustering, I tested whether it is faster to require sorted results (and skip first entry), or not (and iterate over all results). The second option is much faster (took roughly 2/3 of the time of the first option in my test) More... 16 days ago
Merge pull request #5996 from ryosga/patch-2 More... 16 days ago
fix addPolygon and addLine return value error More... 16 days ago
Merge pull request #5983 from roncapat/patch-1 More... 16 days ago
[filters] fixing ignored `pcl::Indices` in `VoxelGrid` of `PCLPointCloud2` (#5979) More... 16 days ago
Merge pull request #5986 from mvieth/gpu_vtk_pc More... 16 days ago
Merge pull request #5993 from ryosga/patch-1 More... 16 days ago
Merge pull request #5988 from mvieth/obj_whitespace_line More... 16 days ago
Merge pull request #5990 from mvieth/update_ubuntu_variety More... 16 days ago
Fix ubuntu-variety CI and update compilers Add quotation marks around args to fix the failing CI. Also add new compiler versions (gcc-14 and clang-18) More... 22 days ago
OBJReader: fix possible out-of-bounds access Fixes https://github.com/PointCloudLibrary/pcl/issues/5987 More... 22 days ago
gpu_kinfu_large_scale: fix bad dependency on vtk.pc vtk.pc does not exist, so vtk should not appear in PCL_MAKE_PKGCONFIG as an external dependency More... 23 days ago
Add `pcl::PointXYZLNormal` to GP3 PCL_INSTANTIATE More... 24 days ago
fix container overflow read (#5980) More... 27 days ago
fixed setShapeRenderingProperties(PCL_VISUALIZER_FONT_SIZE), was not working More... 28 days ago