pcl
pcl copied to clipboard
Point Cloud Library (PCL)
Hello everyone, I have a problem regarding the Intel RealSense module. I know that there are differences between the first librealsense and the librealsense2 versions: The former supports several old...
@kunaltyagi Thanks for clarifying that. But I think this should be clearly stated somewhere. [Tutorials ](https://pcl-tutorials.readthedocs.io/en/latest/compiling_pcl_windows.html) still use MSVC 2010, and [changelog](https://github.com/PointCloudLibrary/pcl/blob/master/CHANGES.md) only mentions MSVC 2013 ans previous deprecations. _Originally...
On macos big sur, you can't execute the pcd video player ``` pcl_pcd_video_player.app/Contents/MacOS/pcl_pcd_video_player 2022-09-09 16:11:20.621 ( 0.522s) [ 15E0E6]vtkOpenGLRenderWindow.c:506 ERR| vtkGenericOpenGLRenderWindow (0x7ff1d8f3a840): Unable to find a valid OpenGL 3.2 or...
same drill as #5421
Added hasField and findField. Add rgb field, if not there and alpha should be added. Should fix: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50652 Alternatively we should show an error that there is no rgb field...
Hi, I was going the the Cylinder model segmentation tutorial at: https://pcl.readthedocs.io/projects/tutorials/en/master/cylinder_segmentation.html and I was wondering if maybe I can get an explanation of what the output of the program...
**Context** `clang-tidy` has been used successfully before to make wide changes. We can use it to improve the API in the whole repo. We need discussion on the potential fix...
I think the sensor acquisition pose is so important that it can tell where the view point is when the data is acquired and how the objects could be occluded....
Currently CUDA headers are not treated as system includes via CMake, but they should.
## Description For LIDAR pcd files, there can be instances where the count for a field is < 1 if the field is `"_"`. In such cases, we shouldn't throw...