I accidentally closed #356. This is its continuation.
This PR changes all iterators used by the point cloud client to return PointsBatches instead of Points. This enables reading of all attributes by the client instead of just position, color, and intensity.
Please review with Hide whitespace changes turned on.
I accidentally closed #356. This is its continuation.
This PR changes all iterators used by the point cloud client to return
PointsBatche
s instead ofPoint
s. This enables reading of all attributes by the client instead of just position, color, and intensity.Please review with
Hide whitespace changes
turned on.