You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[feature] The pypi wheel is built using the vtk binaries included with conda. So It's possible to embed a PCLVisualizer inside a window (PyQt/wxWidgets/etc.) A simple example is provided in pclpy/examples/pcl_with_pyqt5.py
[feature] Array properties are now accessible as a numpy views
[api change] For colored point clouds, replace ambiguous "rgb_reversed" property with rgb and argb
[bug] Some class names included illegal python symbols (octree::OctreePointCloudVoxelCentroidContainer<pcl::PointXYZ> becomes OctreePointCloudVoxelCentroidContainer_PointXYZ)